Author: cbieneman Date: Tue Jun 28 13:32:22 2016 New Revision: 274045 URL: http://llvm.org/viewvc/llvm-project?rev=274045&view=rev Log: [CMake] Connect check-compiler-rt to check-all
When using the LLVM_BUILD_EXTERNAL_COMPILER_RT option with LLVM_ENABLE_TESTS we should also bind check-compiler-rt to check-all so that the compiler-rt tests run too. Modified: cfe/trunk/runtime/CMakeLists.txt Modified: cfe/trunk/runtime/CMakeLists.txt URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/CMakeLists.txt?rev=274045&r1=274044&r2=274045&view=diff ============================================================================== --- cfe/trunk/runtime/CMakeLists.txt (original) +++ cfe/trunk/runtime/CMakeLists.txt Tue Jun 28 13:32:22 2016 @@ -141,6 +141,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND E COMMAND ${run_check_compiler_rt} DEPENDS compiler-rt-build ${COMPILER_RT_TEST_DEPENDENCIES} WORKING_DIRECTORY ${BINARY_DIR} - VERBATIM) + VERBATIM USES_TERMINAL) + set_property(GLOBAL APPEND PROPERTY LLVM_LIT_DEPENDS check-compiler-rt) endif() endif() _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits