flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
230 stars 48 forks source link

Add dependencies on LLVM utilities (FileCheck) for running flang tests #1102

Open joker-eph opened 4 years ago

joker-eph commented 4 years ago

Without this, ninja check-flang fails with:

llvm-project/llvm/utils/lit/lit/llvm/subst.py:134: fatal: Did not find FileCheck in...

joker-eph commented 4 years ago

It works if you have a prebuilt LLVM or if you run ninja check and not ninja check-flang specifically.