[compiler-rt] [hwasan] Add fixed_shadow_base flag (PR #73980)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 12:58:04 PST 2023
================
@@ -84,3 +84,10 @@ HWASAN_FLAG(bool, malloc_bisect_dump, false,
// are untagged before the call.
HWASAN_FLAG(bool, fail_without_syscall_abi, true,
"Exit if fail to request relaxed syscall ABI.")
+
+HWASAN_FLAG(
+ uptr, fixed_shadow_base, 0,
----------------
thurstond wrote:
Done
https://github.com/llvm/llvm-project/pull/73980
More information about the llvm-commits
mailing list