[compiler-rt] r274671 - Fix cmake generation on Apple for interception unittests
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 14:02:33 PDT 2016
Author: etienneb
Date: Wed Jul 6 16:02:32 2016
New Revision: 274671
URL: http://llvm.org/viewvc/llvm-project?rev=274671&view=rev
Log:
Fix cmake generation on Apple for interception unittests
Modified:
compiler-rt/trunk/lib/interception/tests/CMakeLists.txt
Modified: compiler-rt/trunk/lib/interception/tests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/interception/tests/CMakeLists.txt?rev=274671&r1=274670&r2=274671&view=diff
==============================================================================
--- compiler-rt/trunk/lib/interception/tests/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/interception/tests/CMakeLists.txt Wed Jul 6 16:02:32 2016
@@ -1,7 +1,5 @@
include(CompilerRTCompile)
-clang_compiler_add_cxx_check()
-
filter_available_targets(INTERCEPTION_UNITTEST_SUPPORTED_ARCH x86_64 i386 mips64 mips64el)
set(INTERCEPTION_UNITTESTS
More information about the llvm-commits
mailing list