[PATCH] D130513: [Flang] Add -fconvert option to swap endianness for unformatted files
Peixin Qiao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 25 18:57:36 PDT 2022
peixin added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:4897
def ffixed_line_length_VALUE : Joined<["-"], "ffixed-line-length-">, Group<f_Group>, Alias<ffixed_line_length_EQ>;
+def fconvert_EQ : Joined<["-"], "fconvert=">, Group<f_Group>,
+ HelpText<"Set endian conversion of data for unformatted files">;
----------------
Why do you move it here? Maybe it is not implemented now, clang may need this option eventually. @MaskRay
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