This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bug in tests for standalone build
ClosedPublic

Authored by tskeith on May 4 2020, 7:33 AM.

Details

Summary

When doing a standalone build of flang against an LLVM that contains a
built flang, the tests were run on the flang from LLVM rather than on
the one that was just built.

The problem was in the lit configuration for finding %flang etc.
Fix it to look only in the directory where it was built.

Diff Detail

Event Timeline

tskeith created this revision.May 4 2020, 7:33 AM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.May 4 2020, 11:21 PM
This revision is now accepted and ready to land.May 4 2020, 11:21 PM
This revision was automatically updated to reflect the committed changes.