mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Add LLVMgold target to test dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217557 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
257e85e7c2
commit
3f93a546c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user