Skip to content

Commit

Permalink
Add missing dependencies from check-polygeist-opt to FileCheck and not (
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
andidr committed Apr 22, 2024
1 parent c7094f0 commit 8f8ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ configure_lit_site_cfg(

add_lit_testsuite(check-polygeist-opt "Verify Polygeist passes perform correctly"
${CMAKE_CURRENT_BINARY_DIR}
DEPENDS polygeist-opt
DEPENDS polygeist-opt FileCheck not
ARGS -v
)

Expand Down

0 comments on commit 8f8ae72

Please sign in to comment.