This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix Boolean flag arguments
ClosedPublic

Authored by klausler on Apr 13 2021, 4:06 PM.

Details

Summary

Two sites in io-api.cpp pass the wrong Boolean flag value to
signify that a new anonymous unit is a formatted file.

Diff Detail

Event Timeline

klausler created this revision.Apr 13 2021, 4:06 PM
klausler requested review of this revision.Apr 13 2021, 4:06 PM
sscalpone accepted this revision.Apr 13 2021, 9:58 PM
sscalpone added a subscriber: sscalpone.

Builds and passed tests for me.

This revision is now accepted and ready to land.Apr 13 2021, 9:58 PM
jeanPerier accepted this revision.Apr 13 2021, 11:53 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2021, 11:10 AM