Skip to content

Commit 36f05c3

Browse files
committed
Review feedback, and add prepare-check-lit to LLVM_TEST_DEPENDS_COMMON
1 parent 1a382a4 commit 36f05c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ set(LLVM_TEST_DEPENDS_COMMON
6565
count
6666
llvm-config
6767
not
68+
prepare-check-lit
6869
)
6970

7071
set(LLVM_TEST_DEPENDS
72+
${LLVM_TEST_DEPENDS_COMMON}
7173
BugpointPasses
7274
LLVMWindowsDriver
7375
UnitTests
@@ -267,7 +269,6 @@ set_target_properties(check-llvm PROPERTIES FOLDER "LLVM/Tests")
267269
# reduced set of dependencies in their individual CMakeLists.txt
268270
add_lit_testsuites(LLVM ${CMAKE_CURRENT_SOURCE_DIR}
269271
${exclude_from_check_all}
270-
DEPENDS ${LLVM_TEST_DEPENDS_COMMON}
271272
DEPENDS ${LLVM_TEST_DEPENDS}
272273
FOLDER "Tests/Subdirectories"
273274
SKIP "^FileCheck" "^TableGen"

0 commit comments

Comments
 (0)