[PATCH] D13212: [ELF2] - Implemented -e flag
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 09:32:17 PDT 2015
grimar added inline comments.
================
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);
----------------
denis-protivensky wrote:
> Did you rebase your changes? This code looks outdated.
Updated the patch.
http://reviews.llvm.org/D13212
More information about the llvm-commits
mailing list