[PATCH] D14833: [ELF] Define symbols "_end" and "end" if referenced.

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 11:48:23 PST 2015


ikudrin added inline comments.

================
Comment at: ELF/Writer.cpp:641
@@ +640,3 @@
+    if (B->isUndefined())
+      Symtab.addAbsoluteSym("end", DefinedAbsolute<ELFT>::End);
+
----------------
Not exactly. They only share the content.


http://reviews.llvm.org/D14833





More information about the llvm-commits mailing list