From 3f93a546c26f30e28b593243578fa24df5ff69df Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 10 Sep 2014 22:20:49 +0000 Subject: [PATCH 1/1] Add LLVMgold target to test dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217557 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2b3a618a3ae..f20bc950385 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -60,6 +60,10 @@ if( LLVM_USE_INTEL_JITEVENTS ) set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} llvm-jitlistener) endif( LLVM_USE_INTEL_JITEVENTS ) +if(TARGET LLVMgold) + set(LLVM_TEST_DEPENDS ${LLVM_TEST_DEPENDS} LLVMgold) +endif() + add_lit_testsuite(check-llvm "Running the LLVM regression tests" ${CMAKE_CURRENT_BINARY_DIR} PARAMS llvm_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg -- 2.34.1