[PATCH] D13212: [ELF2] - Implemented -e flag

Denis Protivensky via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 08:07:57 PDT 2015


denis-protivensky added a subscriber: denis-protivensky.

================
Comment at: ELF/SymbolTable.cpp:75
@@ -74,3 +74,3 @@
     return;
-  EntrySym = new (Alloc) Undefined<ELFT>("_start", Undefined<ELFT>::Synthetic);
+  EntrySym = new (Alloc) Undefined<ELFT>(Config->Entry, Undefined<ELFT>::Synthetic);
   resolve<ELFT>(EntrySym);
----------------
Did you rebase your changes? This code looks outdated.


http://reviews.llvm.org/D13212





More information about the llvm-commits mailing list