[llvm-branch-commits] [llvm] Add deactivation symbol operand to ConstantPtrAuth. (PR #133537)
Ahmed Bougacha via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 11 18:18:04 PDT 2025
================
@@ -3809,6 +3818,16 @@ Error BitcodeReader::parseConstants() {
(unsigned)Record[2], (unsigned)Record[3]});
break;
}
+ case bitc::CST_CODE_PTRAUTH2: {
+ if (Record.size() < 4)
----------------
ahmedbougacha wrote:
Should this be 5?
https://github.com/llvm/llvm-project/pull/133537
More information about the llvm-branch-commits
mailing list