This revision was automatically updated to reflect the committed changes.
Closed by commit rGab2611d0998c: [clang][ARM] emit PACBTI-M feature defines
(authored by stuij).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112422/new/
https://reviews.llvm
stuij updated this revision to Diff 390320.
stuij added a comment.
obeying clang-format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112422/new/
https://reviews.llvm.org/D112422
Files:
clang/lib/Basic/Targets/ARM.cpp
clang/test/Preprocessor/a
ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.
LGTM, I assume that the pre-commit test failure is because the bot hasn't
applied the parent patches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.
stuij created this revision.
Herald added a subscriber: kristof.beyls.
stuij requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
emit __ARM_FEATURE_BTI_DEFAULT and __ARM_FEATURE_PAC_DEFAULT defines when those
features have been enabled
This pa