aboutsummaryrefslogtreecommitdiffstats
path: root/main/compiler-rt/disable-sanitizer-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/compiler-rt/disable-sanitizer-common.patch')
-rw-r--r--main/compiler-rt/disable-sanitizer-common.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/compiler-rt/disable-sanitizer-common.patch b/main/compiler-rt/disable-sanitizer-common.patch
deleted file mode 100644
index 0036c3acc0b..00000000000
--- a/main/compiler-rt/disable-sanitizer-common.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Sanitizer code appears broken on arm and 32bit x86
---- a/cmake/config-ix.cmake
-+++ b/cmake/config-ix.cmake
-@@ -649,7 +649,7 @@
- (OS_NAME MATCHES "Android|Darwin|Linux|FreeBSD|NetBSD|Fuchsia|SunOS" OR
- (OS_NAME MATCHES "Windows" AND NOT CYGWIN AND
- (NOT MINGW OR CMAKE_CXX_COMPILER_ID MATCHES "Clang"))))
-- set(COMPILER_RT_HAS_SANITIZER_COMMON TRUE)
-+ set(COMPILER_RT_HAS_SANITIZER_COMMON FALSE)
- else()
- set(COMPILER_RT_HAS_SANITIZER_COMMON FALSE)
- endif()