X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCMakeLists.txt;h=f20bc950385800dd669e79ab2834970833846328;hp=2b3a618a3aede2a9dff4792cbec1d77918175aa6;hb=3f93a546c26f30e28b593243578fa24df5ff69df;hpb=257e85e7c2939e3cb61da1b9c647487194d7014e 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