We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a382a4 commit 36f05c3Copy full SHA for 36f05c3
llvm/test/CMakeLists.txt
@@ -65,9 +65,11 @@ set(LLVM_TEST_DEPENDS_COMMON
65
count
66
llvm-config
67
not
68
+ prepare-check-lit
69
)
70
71
set(LLVM_TEST_DEPENDS
72
+ ${LLVM_TEST_DEPENDS_COMMON}
73
BugpointPasses
74
LLVMWindowsDriver
75
UnitTests
@@ -267,7 +269,6 @@ set_target_properties(check-llvm PROPERTIES FOLDER "LLVM/Tests")
267
269
# reduced set of dependencies in their individual CMakeLists.txt
268
270
add_lit_testsuites(LLVM ${CMAKE_CURRENT_SOURCE_DIR}
271
${exclude_from_check_all}
- DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
272
DEPENDS ${LLVM_TEST_DEPENDS}
273
FOLDER "Tests/Subdirectories"
274
SKIP "^FileCheck" "^TableGen"
0 commit comments