[PATCH] D119166: [clang][ARM] Re-word PACBTI warning.
Momchil Velikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 7 11:11:41 PST 2022
chill added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticCommonKinds.td:149
+def warn_incompatible_branch_protection_option: Warning <
+ "'-mbranch-protection=' option incompatible with the '%0' architecture">,
InGroup<BranchProtection>;
----------------
"is incompatible"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119166/new/
https://reviews.llvm.org/D119166
More information about the cfe-commits
mailing list