We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a50f commit a4d51e5Copy full SHA for a4d51e5
compiler-rt/lib/sanitizer_common/sanitizer_platform.h
@@ -284,7 +284,8 @@
284
// For such platforms build this code with -DSANITIZER_CAN_USE_ALLOCATOR64=0 or
285
// change the definition of SANITIZER_CAN_USE_ALLOCATOR64 here.
286
#ifndef SANITIZER_CAN_USE_ALLOCATOR64
287
-# if SANITIZER_RISCV64 || SANITIZER_IOS || SANITIZER_DRIVERKIT
+# if (SANITIZER_RISCV64 && !SANITIZER_FUCHSIA) || SANITIZER_IOS || \
288
+ SANITIZER_DRIVERKIT
289
# define SANITIZER_CAN_USE_ALLOCATOR64 0
290
# elif defined(__mips64) || defined(__hexagon__)
291
0 commit comments