[PATCH] D61613: [LLD][ELF] Add the -z ifunc-noplt option

Mark Johnston via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 12 20:46:07 PDT 2019


markj updated this revision to Diff 199198.
markj marked 4 inline comments as done.
markj added a comment.

Address review feedback:

- Prohibit the combination of -ztext and -zifunc-noplt, add a regression test.
- Use a non-Linux OS in the triple for ifunc-noplt tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61613/new/

https://reviews.llvm.org/D61613

Files:
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/Relocations.cpp
  lld/docs/ld.lld.1
  lld/test/ELF/basic.s
  lld/test/ELF/gnu-ifunc-noplt-i386.s
  lld/test/ELF/gnu-ifunc-noplt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61613.199198.patch
Type: text/x-patch
Size: 9707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190513/e2278b58/attachment.bin>


More information about the llvm-commits mailing list