[PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 09:48:12 PDT 2016
evgeny777 added a comment.
> down past
> for (std::unique_ptr<InputFile> &F : Files)
As far as I understand, in case of bitcode files, symbols will be added to symtab in a call to addCombinedLtoObject(), which is called after LTO passes, right?
Will check all other issues.
Repository:
rL LLVM
https://reviews.llvm.org/D23925
More information about the llvm-commits
mailing list