This is an archive of the discontinued LLVM Phabricator instance.

[flang][driver] Add support for `-module-suffix`
ClosedPublic

Authored by awarzynski on Jun 3 2021, 6:07 AM.

Details

Summary

This option is required in order to call flang-new from the flang
bash script.

Diff Detail

Event Timeline

awarzynski created this revision.Jun 3 2021, 6:07 AM
awarzynski requested review of this revision.Jun 3 2021, 6:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2021, 6:07 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript

Minor tweaks (different suffix in test, updated help text)

PeteSteinfeld accepted this revision.Jun 3 2021, 7:42 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jun 3 2021, 7:42 PM
This revision was automatically updated to reflect the committed changes.