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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 06:51:57 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D37059#850094, @davide wrote:

> Yes, I was afraid this wasn't enough.


As far I see without this patch situation is the same. We do not create absolute symbols if have
`foo = 1` script and only bitcode inputs that does not have `foo` symbol. 
I think such case should be fixed in a different patch then.


https://reviews.llvm.org/D37059





More information about the llvm-commits mailing list