[PATCH] D62609: [LLD][ELF][AArch64] Support for BTI and PAC

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 08:45:33 PDT 2019


peter.smith updated this revision to Diff 202731.
peter.smith marked 3 inline comments as done.
peter.smith added a comment.

New patch to address review comments. Main changes:

- Updated Driver.cpp to check that --pac-plt and --force-bti are aarch64 only, add test.
- Correct number of dashes in docs
- Fix some comments
- Update tests to use ## for comments, use --no-show-raw-insn.


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

https://reviews.llvm.org/D62609

Files:
  ELF/Arch/AArch64.cpp
  ELF/Arch/X86.cpp
  ELF/Arch/X86_64.cpp
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputFiles.h
  ELF/Options.td
  ELF/Relocations.cpp
  ELF/SyntheticSections.cpp
  ELF/Writer.cpp
  docs/ld.lld.1
  test/ELF/Inputs/aarch64-addrifunc.s
  test/ELF/Inputs/aarch64-bti1.s
  test/ELF/Inputs/aarch64-btipac1.s
  test/ELF/Inputs/aarch64-func2.s
  test/ELF/Inputs/aarch64-func3-bti.s
  test/ELF/Inputs/aarch64-func3-btipac.s
  test/ELF/Inputs/aarch64-func3-pac.s
  test/ELF/Inputs/aarch64-func3.s
  test/ELF/Inputs/aarch64-nobti.s
  test/ELF/Inputs/aarch64-nopac.s
  test/ELF/Inputs/aarch64-pac1.s
  test/ELF/aarch64-bti-pac-cli-error.s
  test/ELF/aarch64-feature-bti.s
  test/ELF/aarch64-feature-btipac.s
  test/ELF/aarch64-feature-pac.s
  test/ELF/aarch64-ifunc-bti.s
  test/ELF/aarch64-property-relocatable.s
  test/ELF/x86-property-relocatable.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62609.202731.patch
Type: text/x-patch
Size: 53408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/9f9207e0/attachment-0001.bin>


More information about the llvm-commits mailing list