Index: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt =================================================================== --- compiler-rt/trunk/lib/interception/tests/CMakeLists.txt +++ compiler-rt/trunk/lib/interception/tests/CMakeLists.txt @@ -127,7 +127,7 @@ endmacro() -if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT ANDROID) +if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT ANDROID AND NOT APPLE) # We use just-built clang to build interception unittests, so we must # be sure that produced binaries would work. if(APPLE) @@ -143,5 +143,3 @@ add_interception_tests_for_arch(${arch}) endforeach() endif() - -