This is an archive of the discontinued LLVM Phabricator instance.

flang: Fix module-debug-file-loc-linux.f90 in standalone
ClosedPublic

Authored by tuliom on Aug 10 2023, 12:28 PM.

Details

Summary

flang: Fix module-debug-file-loc-linux.f90 in standalone

In a standalone build, there is no guarantee that flang code would be
saved in a directory named flang. Check only the path under flang's root
directory.

Diff Detail

Event Timeline

tuliom created this revision.Aug 10 2023, 12:28 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 10 2023, 12:28 PM
tuliom requested review of this revision.Aug 10 2023, 12:28 PM
tuliom added a reviewer: Restricted Project.Aug 11 2023, 4:41 AM
This revision is now accepted and ready to land.Aug 11 2023, 4:48 AM
This revision was automatically updated to reflect the committed changes.