Skip to content

Commit 30be782

Browse files
committed
Adopt renamed getPointerAuthStableSipHash.
1 parent a70e589 commit 30be782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12594,7 +12594,7 @@ bool IntExprEvaluator::VisitBuiltinCallExpr(const CallExpr *E,
1259412594
case Builtin::BI__builtin_ptrauth_string_discriminator: {
1259512595
const auto *Literal =
1259612596
cast<StringLiteral>(E->getArg(0)->IgnoreParenImpCasts());
12597-
uint64_t Result = getPointerAuthStableSipHash16(Literal->getString());
12597+
uint64_t Result = getPointerAuthStableSipHash(Literal->getString());
1259812598
return Success(Result, E);
1259912599
}
1260012600

0 commit comments

Comments
 (0)