[PATCH] D48433: [ELF] - Report unimplemented -z options.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 6 09:07:05 PDT 2018
ruiu added a comment.
> This flag was added for ifunc support, but I'm not 100% sure if it is needed at all. Does lld always assume a common page size of 4096 (or whatever the OS reports as `PAGESIZE`)?
We generally don't depend on any value that the host OS reports to make lld work exactly the same way on any platform when the same set of files and command line options are given, which should help cross linking.
https://reviews.llvm.org/D48433
More information about the llvm-commits
mailing list