[llvm-branch-commits] [clang] [clang] Implement function pointer signing and authenticated function calls (PR #93906)
Akira Hatanaka via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 12 10:15:22 PDT 2024
================
@@ -346,6 +346,8 @@ class LangOptionsBase {
BKey
};
+ using PointerAuthenticationMode = ::clang::PointerAuthenticationMode;
----------------
ahatanak wrote:
I deleted it as it's not needed for this PR.
https://github.com/llvm/llvm-project/pull/93906
More information about the llvm-branch-commits
mailing list