[llvm] [BOLT][AArch64] Support for pointer authentication (v2) (PR #120064)
Gergely Bálint via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 06:34:40 PST 2025
bgergely0 wrote:
Hi @Heart-tide, thanks for reporting this! Your observations seems correct: the `It = BF.addCFIInstruction()` updates the iterator, but the `Inst` variable is still a reference to the original one. I will fix this soon. Let me know if you find any other issues with the patch!
https://github.com/llvm/llvm-project/pull/120064
More information about the llvm-commits
mailing list