Commit 8f8ae72
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments