[llvm-branch-commits] [clang] [clang] Define ptrauth_string_discriminator builtin. (PR #93903)
Ahmed Bougacha via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 3 13:42:48 PDT 2024
================
@@ -2156,6 +2156,24 @@ static ExprResult PointerAuthAuthAndResign(Sema &S, CallExpr *Call) {
return Call;
}
+static ExprResult PointerAuthStringDiscriminator(Sema &S, CallExpr *call) {
----------------
ahmedbougacha wrote:
Clang originally had different conventions; it usually gets (has gotten) updated over time for older code, I suppose now's the time for these changes.
https://github.com/llvm/llvm-project/pull/93903
More information about the llvm-branch-commits
mailing list