Skip to content

Commit 8f8ae72

Browse files
authored
Add missing dependencies from check-polygeist-opt to FileCheck and not (#401)
The invocation of the build target `check-polygeist-opt` in a fresh unified build of LLVM, MLIR, Clang, and Polygeist fails due to the absence of the test utilities `FileCheck` and `not`. This commit adds dependencies to the utilities, such that the test succeeds even when the utilities have not been built manually.
1 parent c7094f0 commit 8f8ae72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configure_lit_site_cfg(
77

88
add_lit_testsuite(check-polygeist-opt "Verify Polygeist passes perform correctly"
99
${CMAKE_CURRENT_BINARY_DIR}
10-
DEPENDS polygeist-opt
10+
DEPENDS polygeist-opt FileCheck not
1111
ARGS -v
1212
)
1313

0 commit comments

Comments
 (0)