This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make `flang` translate `-M{fixed|free}` into `-f{fixed|free}-form`
ClosedPublic

Authored by awarzynski on Jul 29 2021, 8:04 AM.

Details

Summary

That was requested by a user. Note that we don't have plans to support
-M{fixed|free} in flang-new (i.e. the actual driver).

Diff Detail

Event Timeline

awarzynski created this revision.Jul 29 2021, 8:04 AM
awarzynski requested review of this revision.Jul 29 2021, 8:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2021, 8:04 AM

Rebase on top of main (moved the fix for the erroneous || into a dedicated patch).

awarzynski edited the summary of this revision. (Show Details)Jul 30 2021, 1:06 AM
sscalpone accepted this revision.Aug 8 2021, 2:11 PM
This revision is now accepted and ready to land.Aug 8 2021, 2:11 PM