[PATCH] D22066: [compiler-rt] Disable interception tests on Apple

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 13:23:05 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL274667: [compiler-rt] Disable interception tests on Apple (authored by etienneb).

Changed prior to commit:
  http://reviews.llvm.org/D22066?vs=62950&id=62954#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D22066

Files:
  compiler-rt/trunk/lib/interception/tests/CMakeLists.txt

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()
-
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22066.62954.patch
Type: text/x-patch
Size: 632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160706/0e5ea6af/attachment.bin>


More information about the llvm-commits mailing list