summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorEtienne Bergeron <etienneb@google.com>2016-07-06 20:15:50 +0000
committerEtienne Bergeron <etienneb@google.com>2016-07-06 20:15:50 +0000
commit179feead53b0e8b1e9b0accaf9c37488f7a58d9b (patch)
tree05f5a4c7d0eae104acd57beb14f85352443d05d2 /compiler-rt
parentd712a3c10eb9f57c86334423399f9a003a7da96b (diff)
downloadbcm5719-llvm-179feead53b0e8b1e9b0accaf9c37488f7a58d9b.tar.gz
bcm5719-llvm-179feead53b0e8b1e9b0accaf9c37488f7a58d9b.zip
[compiler-rt] Disable interception tests on Apple
Summary: The CMake generation is not working on Apple. This patch is disabling the generation until it's fixed. Reviewers: rnk Subscribers: tberghammer, chrisha, danalbert, llvm-commits, srhines Differential Revision: http://reviews.llvm.org/D22066 llvm-svn: 274667
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/interception/tests/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/lib/interception/tests/CMakeLists.txt b/compiler-rt/lib/interception/tests/CMakeLists.txt
index 71e9f9d0805..d77b6763ae0 100644
--- a/compiler-rt/lib/interception/tests/CMakeLists.txt
+++ b/compiler-rt/lib/interception/tests/CMakeLists.txt
@@ -127,7 +127,7 @@ macro(add_interception_tests_for_arch arch)
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 @@ if(COMPILER_RT_CAN_EXECUTE_TESTS AND NOT ANDROID)
add_interception_tests_for_arch(${arch})
endforeach()
endif()
-
-
OpenPOWER on IntegriCloud