[llvm] [Hexagon] Disable restore stubs when ShadowCallStack is active (PR #206302)
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 09:48:56 PDT 2026
androm3da wrote:
> Thanks for the quick fix, Brian. The code change looks right to me.
>
> Small test nit: because `CHECK-NOT` only applies until the next positive match, these checks exclude the restore helper only before the next `{`, not through the exit. Could we make that range cover the return/tail-jump, perhaps checking `__restore_`?
Thanks @Kuhai9801 - fixed in 7ff44fa721469bbaa019b20b97312fd81864bb8c
https://github.com/llvm/llvm-project/pull/206302
More information about the llvm-commits
mailing list