[PATCH] D24899: [ELF] Don't warn about missing start symbol in relocatable and shared files

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 19:52:18 PDT 2016


phosek added a comment.

Yes, neither of them emits the warning. This was actually discovered while linking an existing code which relies heavily on relocatable objects where BFD ld and gold are both silent but LLD would emit a lot of warnings.


https://reviews.llvm.org/D24899





More information about the llvm-commits mailing list