[clang] [Clang][ARM][AArch64] Alway emit protection attributes for functions. (PR #82819)
Nick Desaulniers via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 08:43:00 PDT 2024
================
@@ -1398,6 +1400,42 @@ class TargetInfo : public TransferrableTargetInfo,
}
llvm_unreachable("Unexpected SignReturnAddressKeyKind");
}
+
+ public:
+ BranchProtectionInfo() = default;
----------------
nickdesaulniers wrote:
Do we still need the default constructor, or no?
https://github.com/llvm/llvm-project/pull/82819
More information about the cfe-commits
mailing list