[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 Sep 23 05:43:19 PDT 2025


================
@@ -144,6 +144,11 @@ class AsanThread {
     GetStartData(&data, sizeof(data));
   }
 
+  bool fake_stack_usage_enabled() const { return fake_stack_usage_enabled_; }
----------------
happyCoder92 wrote:

Done.

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


More information about the llvm-commits mailing list