[PATCH] D13637: ELF2: Fix BSD's __progname symbol issue.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 09:27:09 PDT 2015
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: test/elf2/progname.s:8
@@ +7,3 @@
+
+// CHECK: Name: __progname@ (58)
+// CHECK-NEXT: Value: 0x11000
----------------
Don't include the numerical value (58). It is not stable.
http://reviews.llvm.org/D13637
More information about the llvm-commits
mailing list