Skip to content

Commit b206096

Browse files
authored
[rtsan] Remove android support (#99964)
Based on failing build: https://lab.llvm.org/buildbot/#/builders/186/builds/829 Follow up to #98679
1 parent 1efcc53 commit b206096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ else()
760760
endif()
761761

762762
if (COMPILER_RT_HAS_SANITIZER_COMMON AND RTSAN_SUPPORTED_ARCH AND
763-
OS_NAME MATCHES "Android|Darwin|Linux")
763+
OS_NAME MATCHES "Darwin|Linux")
764764
set(COMPILER_RT_HAS_RTSAN TRUE)
765765
else()
766766
set(COMPILER_RT_HAS_RTSAN FALSE)

0 commit comments

Comments
 (0)