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

Daniel Kiss via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 15 09:16:59 PDT 2020


danielkiss marked 3 inline comments as done.
danielkiss added inline comments.


================
Comment at: libunwind/src/assembly.h:62
+#define ARCH_OPD1
+#define ARCH_OPD2  hint #34 /* bti c */
 #else
----------------
MaskRay wrote:
> This really needs to use a new macro.
> 
> I expect a `__ARM_FEATURE_BTI_DEFAULT` toolchain capable of assembling `bti c`

Expectation is right, D71658 broke it, I will take a look.


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

https://reviews.llvm.org/D77786





More information about the libcxx-commits mailing list