This is an archive of the discontinued LLVM Phabricator instance.

[flang] Improve "Error reading module file" error message
ClosedPublic

Authored by klausler on Feb 10 2021, 4:23 PM.

Details

Summary

Instead of using a message attachment with further details,
emit the details as part of a single message.

Diff Detail

Event Timeline

klausler created this revision.Feb 10 2021, 4:23 PM
klausler requested review of this revision.Feb 10 2021, 4:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2021, 4:23 PM
PeteSteinfeld accepted this revision.Feb 10 2021, 7:47 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Feb 10 2021, 7:47 PM
awarzynski accepted this revision.Feb 11 2021, 5:39 AM

This makes the diagnostics more concise, thank you!