[compiler-rt] Add API to temporalily disable usage of ASAN's fake stack (PR #160135)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 07:33:13 PST 2025
happyCoder92 wrote:
I added tests to clarify the behavior.
Changed the naming and also used a counter.
As stated before the intention is to always suppress/disable fake stack `__asan_suppress_fake_stack()`, but not reenable it with `__asan_unsuppress_fake_stack()` if disabled via some other option.
https://github.com/llvm/llvm-project/pull/160135
More information about the llvm-commits
mailing list