[PATCH] D77786: [AArch64] Add v8.5 Branch Target Identification support.
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 09:17:03 PDT 2020
danielkiss marked 2 inline comments as done.
danielkiss added inline comments.
================
Comment at: libunwind/src/assembly.h:53
+ .asciz "GNU" SEPARATOR \
+ /* GNU_PROPERTY_AARCH64_FEATURE_1_AND */ \
+ .long 0xc0000000 SEPARATOR \
----------------
MaskRay wrote:
> The comments can be added right after `.long`
Missed this comment in the previous version.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77786/new/
https://reviews.llvm.org/D77786
More information about the llvm-commits
mailing list