[PATCH] D24967: [ELF] - Fixed linkage error when using -g --gc-sections together.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 09:05:09 PDT 2016
grimar added inline comments.
================
Comment at: test/ELF/debug-gc.s:18
@@ +17,3 @@
+.Linfo_string1:
+ .asciz "BBB"
+
----------------
rafael wrote:
> Add a third, unused string and check if it is kept or not.
Hmm, interesting that we GC it (that I think is what we want), but ld/gold do not..
Repository:
rL LLVM
https://reviews.llvm.org/D24967
More information about the llvm-commits
mailing list