[PATCH] D84284: [flang] Implement byte-swapped external unformatted I/O in runtime
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 17:34:25 PDT 2020
klausler created this revision.
klausler added reviewers: sscalpone, PeteSteinfeld, schweitz.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84284
Files:
flang/runtime/environment.cpp
flang/runtime/environment.h
flang/runtime/format.cpp
flang/runtime/format.h
flang/runtime/io-api.cpp
flang/runtime/io-api.h
flang/runtime/io-stmt.cpp
flang/runtime/io-stmt.h
flang/runtime/main.cpp
flang/runtime/main.h
flang/runtime/unit.cpp
flang/runtime/unit.h
flang/tools/f18/f18.cpp
flang/unittests/Runtime/external-io.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84284.279678.patch
Type: text/x-patch
Size: 27024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200722/6f061840/attachment.bin>
More information about the llvm-commits
mailing list