[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:19:00 PST 2025


================
@@ -179,6 +185,7 @@ class AsanThread {
   DTLS *dtls_;
 
   FakeStack *fake_stack_;
+  bool fake_stack_enabled_;
----------------
happyCoder92 wrote:

Done

https://github.com/llvm/llvm-project/pull/160135


More information about the llvm-commits mailing list