[PATCH] D78820: [LLD][ELF] Eliminate symbols of merged .ARM.exidx sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 01:02:12 PDT 2020


MaskRay added inline comments.


================
Comment at: lld/test/ELF/arm-exidx-mapping-symbols.s:2
+// REQUIRES: arm
+// Test that symbols which point to input .ARM.exidx sections are eliminated.
+// These symbols might be produced, for example, by GNU tools.
----------------
`///`


================
Comment at: lld/test/ELF/arm-exidx-mapping-symbols.s:24
+
+    .section .text.h
+    .global __aeabi_unwind_cpp_pr0
----------------
`,"ax"`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78820/new/

https://reviews.llvm.org/D78820





More information about the llvm-commits mailing list