Index: lib/interception/tests/CMakeLists.txt =================================================================== --- lib/interception/tests/CMakeLists.txt +++ 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)