forked from OSchip/llvm-project
[fuzzer] Don't run tests on Android.
Need better build system support. llvm-svn: 335933
This commit is contained in:
parent
7f081fb22e
commit
71dc39823c
|
@ -62,7 +62,7 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS)
|
|||
compiler_rt_test_runtime(sanitizer_common)
|
||||
|
||||
# OpenBSD not supporting asan, cannot run the tests
|
||||
if(COMPILER_RT_BUILD_LIBFUZZER AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD")
|
||||
if(COMPILER_RT_BUILD_LIBFUZZER AND NOT "${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD" AND NOT ANDROID)
|
||||
compiler_rt_test_runtime(fuzzer)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue