[compiler-rt] [RISCV][sanitizer] Fix sanitizer support for different virtual memory layout (PR #66743)
    Hau Hsu via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 19 19:27:08 PDT 2023
    
    
  
================
@@ -284,7 +284,7 @@
 // For such platforms build this code with -DSANITIZER_CAN_USE_ALLOCATOR64=0 or
 // change the definition of SANITIZER_CAN_USE_ALLOCATOR64 here.
 #ifndef SANITIZER_CAN_USE_ALLOCATOR64
-#  if SANITIZER_RISCV64 || SANITIZER_IOS || SANITIZER_DRIVERKIT
+#  if SANITIZER_IOS || SANITIZER_DRIVERKIT
----------------
hau-hsu wrote:
No problem :)
https://github.com/llvm/llvm-project/pull/66743
    
    
More information about the llvm-commits
mailing list