[PATCH] D30530: [ELF] - Implemented -z text/-znotext
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 09:26:53 PST 2017
grimar added a comment.
In https://reviews.llvm.org/D30530#690735, @ruiu wrote:
> Does it pass -z text?
No, we have no way not to fail with text relocations now.
ld.bfd accepts them by default. We - dont.
I think solution for them would be to pass -z notext.
https://reviews.llvm.org/D30530
More information about the llvm-commits
mailing list