This is an archive of the discontinued LLVM Phabricator instance.

Add missing dependencies on the flang test target
ClosedPublic

Authored by mehdi_amini on Apr 13 2020, 10:05 AM.

Details

Summary

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.

Diff Detail

Event Timeline

mehdi_amini created this revision.Apr 13 2020, 10:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2020, 10:05 AM
DavidTruby accepted this revision.Apr 13 2020, 11:20 AM

LGTM, I never tried running check-flang without building first so this is my fault!

This revision is now accepted and ready to land.Apr 13 2020, 11:20 AM
This revision was automatically updated to reflect the committed changes.