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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 1 07:05:08 PDT 2019


MaskRay added inline comments.


================
Comment at: test/ELF/aarch64-feature-btipac.s:112
+
+# Check that combination of --pac-plt and --force-bti warns for the file that
+# doesn't contain the BTI property, but generates PAC and BTI PLT sequences.
----------------
`--pac-plt` doesn't warn - it doesn't require support in the object files for correctness.


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

https://reviews.llvm.org/D62609





More information about the llvm-commits mailing list