================
@@ -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