[PATCH] D24967: [ELF] - Fixed linkage error when using -g --gc-sections together.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 08:46:09 PDT 2016
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a test nit.
================
Comment at: test/ELF/debug-gc.s:18
@@ +17,3 @@
+.Linfo_string1:
+ .asciz "BBB"
+
----------------
Add a third, unused string and check if it is kept or not.
https://reviews.llvm.org/D24967
More information about the llvm-commits
mailing list