Index: compiler-rt/CMakeLists.txt =================================================================== --- compiler-rt/CMakeLists.txt +++ compiler-rt/CMakeLists.txt @@ -163,7 +163,7 @@ # and target a UNIX-like system or Windows. # We can run tests on Android even when we are cross-compiling. if((NOT "${CMAKE_CROSSCOMPILING}" AND (UNIX OR WIN32)) - OR ANDROID OR COMPILER_RT_EMULATOR) + OR ANDROID OR COMPILER_RT_EMULATOR) option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" ON) else() option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" OFF)