[PATCH] D22066: [compiler-rt] Disable interception tests on Apple
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 13:19:00 PDT 2016
etienneb created this revision.
etienneb added a reviewer: rnk.
etienneb added subscribers: llvm-commits, chrisha.
Herald added subscribers: srhines, danalbert, tberghammer.
The CMake generation is not working on Apple.
This patch is disabling the generation until it's fixed.
http://reviews.llvm.org/D22066
Files:
lib/interception/tests/CMakeLists.txt
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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22066.62950.patch
Type: text/x-patch
Size: 483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/cba68d75/attachment.bin>
More information about the llvm-commits
mailing list