[llvm-branch-commits] [clang] [clang] Define ptrauth_sign_constant builtin. (PR #93904)
Daniil Kovalev via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 3 11:48:00 PDT 2024
================
@@ -2061,6 +2071,58 @@ ConstantLValueEmitter::VisitCallExpr(const CallExpr *E) {
}
}
+ConstantLValue
+ConstantLValueEmitter::emitPointerAuthSignConstant(const CallExpr *E) {
----------------
kovdan01 wrote:
Names to fix: `unsignedPointer`, `key`, `storageAddress`, `otherDiscriminator`, `signedPointer`
https://github.com/llvm/llvm-project/pull/93904
More information about the llvm-branch-commits
mailing list