[PATCH] D37059: [ELF] - LTO: do not optimize away symbols accessed from linkerscript.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 06:09:50 PDT 2017


davide added a comment.

What happens if `foo` is specified in the linker script but actually doesn't appear in any bitcode file?
IIRC we should error in that case.


https://reviews.llvm.org/D37059





More information about the llvm-commits mailing list