[all-commits] [llvm/llvm-project] cfd442: [AArch64] Add __ARM_FEATURE_BTI and __ARM_FEATURE_...
Dani via All-commits
all-commits at lists.llvm.org
Wed Dec 7 05:53:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cfd44221e3e1783c0f44d5b1694dfbe84187246a
https://github.com/llvm/llvm-project/commit/cfd44221e3e1783c0f44d5b1694dfbe84187246a
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M clang/lib/Basic/Targets/AArch64.cpp
M clang/test/Preprocessor/aarch64-target-features.c
Log Message:
-----------
[AArch64] Add __ARM_FEATURE_BTI and __ARM_FEATURE_PAUTH
Macros are added to ACLE[1] and already added to ARM but these two are missing from AArch64.
[1] https://github.com/ARM-software/acle/blob/main/main/acle.md#changes-between-acle-q3-2021-and-acle-q4-2021
Reviewed By: chill
Differential Revision: https://reviews.llvm.org/D139445
More information about the All-commits
mailing list