[compiler-rt] [hwasan] Add fixed_shadow_base flag (PR #73980)
    Vitaly Buka via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr 22 18:04:08 PDT 2024
    
    
  
================
@@ -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, -1,
----------------
vitalybuka wrote:
@thurstond uptr -> uint64_t 
we can compile for 64bit on 32bit platform
https://github.com/llvm/llvm-project/pull/73980
    
    
More information about the llvm-commits
mailing list