[PATCH] D24733: [ELF] Add .debug* and .comment sections to the list of sections ignored by GC.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 10:14:11 PDT 2016


evgeny777 added inline comments.

================
Comment at: test/ELF/gc-sections.s:17
@@ -16,1 +16,3 @@
 # NOGC: Name: .fini
+# NOGC: Name: .debug_pubtypes
+# NOGC: Name: .comment
----------------
rafael wrote:
> You are only testing the case without --gc-sections
oops, missed that


https://reviews.llvm.org/D24733





More information about the llvm-commits mailing list