This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement byte-swapped external unformatted I/O in runtime
ClosedPublic

Authored by klausler on Jul 21 2020, 5:34 PM.

Details

Summary

Add SetConvert() to the OPEN statement's runtime API.
Add ByteswapOption() to the main program's runtime API.
Check a $FORT_CONVERT environment variable, too, for
a swapping specifier.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2020, 5:34 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 21 2020, 5:37 PM
This revision is now accepted and ready to land.Jul 21 2020, 5:37 PM
This revision was automatically updated to reflect the committed changes.