Skip to content

Commit ed6c452

Browse files
committed
Add missing dependencies on the flang test target
Without this, the LLVM utilities (FileCheck) aren't built when running `ninja check-flang` and it fails with: llvm-project/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find FileCheck in... Also the modules aren't built without depending on `module_files`, which makes multiple tests failing. Differential Revision: https://reviews.llvm.org/D78036
1 parent a290c3a commit ed6c452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(FLANG_TEST_PARAMS
1818
flang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py)
1919

2020
set(FLANG_TEST_DEPENDS
21-
f18
21+
f18 FileCheck count not module_files
2222
)
2323

2424
if (LINK_WITH_FIR)

0 commit comments

Comments
 (0)