forked from OSchip/llvm-project
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
This commit is contained in:
parent
a290c3af9d
commit
ed6c452edc
|
@ -18,7 +18,7 @@ set(FLANG_TEST_PARAMS
|
|||
flang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py)
|
||||
|
||||
set(FLANG_TEST_DEPENDS
|
||||
f18
|
||||
f18 FileCheck count not module_files
|
||||
)
|
||||
|
||||
if (LINK_WITH_FIR)
|
||||
|
|
Loading…
Reference in New Issue