Skip to content

Commit 5fda8d0

Browse files
cjapplyuxuanchen1997
authored andcommitted
[rtsan] Remove android support (#99964)
Summary: Based on failing build: https://lab.llvm.org/buildbot/#/builders/186/builds/829 Follow up to #98679 Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251097
1 parent 0ec94b8 commit 5fda8d0

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)