[PATCH] D130513: [Flang] Add -fconvert option to swap endianness for unformatted files
Peter Klausler via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 25 13:31:28 PDT 2022
klausler added inline comments.
================
Comment at: flang/runtime/main.cpp:51
+ if (Fortran::runtime::executionEnvironment.conversion !=
+ Fortran::runtime::Convert::Unknown)
+ return;
----------------
We always use braces on if/for/while/&c. constructs in the runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130513/new/
https://reviews.llvm.org/D130513
More information about the cfe-commits
mailing list