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

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 09:58:56 PDT 2019


peter.smith marked 6 inline comments as done.
peter.smith added a comment.

Thanks for the comments, I'll upload another diff with fixes.



================
Comment at: test/ELF/aarch64-feature-bti.s:12
+# RUN: llvm-objdump -d -mattr=+bti %tno.so | FileCheck --check-prefix=NOBTI %s
+# RUN: llvm-objdump -s %tno.so | FileCheck --check-prefix SOGOTPLT %s
+# RUN: llvm-readelf --dynamic-table %tno.so | FileCheck --check-prefix NOBTIDYN %s
----------------
MaskRay wrote:
> Consider `llvm-readelf -x .got.plt`
Thanks for the suggestion, will do.


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

https://reviews.llvm.org/D62609





More information about the llvm-commits mailing list