[PATCH] D41987: [ELF] - Define linkerscript symbols early.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 01:08:11 PST 2018


grimar added a comment.

In https://reviews.llvm.org/D41987#990768, @smeenai wrote:

> Thank you!
>
> I don't see a test case for actually being able to version a symbol (or symbol alias) defined in a linker script?
>
> This should fix PR34121 (if you wanna note that in the summary).


Thanks. Looks just forgot to add the test file to diff. It is ELF/linkerscript/version-script.s,
it is a testcase used in https://reviews.llvm.org/D36579 with additions done by Rafael.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41987





More information about the llvm-commits mailing list