[PATCH] D36579: [ELF] - Do not fail when set versions for linkerscript's symbol aliases
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 13:42:07 PDT 2017
smeenai added a comment.
@grimar, I believe @ruiu's point was that the real issue is that LLD versions symbols too early, so moving other things upwards in the driver (in this case, the processing of symbols defined in a linker script) to work around the versioning being too early doesn't feel right.
https://reviews.llvm.org/D36579
More information about the llvm-commits
mailing list