[PATCH] D77786: [AArch64] Add v8.5 Branch Target Identification support.

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 08:59:22 PDT 2020


compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libunwind/src/assembly.h:51
 
+#if defined(__aarch64__) && defined(__ARM_FEATURE_BTI_DEFAULT)
+  .pushsection ".note.gnu.property", "a" SEPARATOR                             \
----------------
I'm not sure if the `defined(__aarch64__)` check is absolutely required, but it doesn't give the wrong result.


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

https://reviews.llvm.org/D77786



More information about the llvm-commits mailing list