[flang-commits] [flang] bf4dbc4 - [flang][f18] Add missing line in help text (nfc)
Andrzej Warzynski via flang-commits
flang-commits at lists.llvm.org
Tue Mar 2 10:14:33 PST 2021
Author: Andrzej Warzynski
Date: 2021-03-02T18:14:21Z
New Revision: bf4dbc49843ca24e90e37f127ceef988286cd1c6
URL: https://github.com/llvm/llvm-project/commit/bf4dbc49843ca24e90e37f127ceef988286cd1c6
DIFF: https://github.com/llvm/llvm-project/commit/bf4dbc49843ca24e90e37f127ceef988286cd1c6.diff
LOG: [flang][f18] Add missing line in help text (nfc)
Added:
Modified:
flang/tools/f18/f18.cpp
Removed:
################################################################################
diff --git a/flang/tools/f18/f18.cpp b/flang/tools/f18/f18.cpp
index 720ca7e251a0..f43813e56f4b 100644
--- a/flang/tools/f18/f18.cpp
+++ b/flang/tools/f18/f18.cpp
@@ -667,6 +667,7 @@ int main(int argc, char *const argv[]) {
<< " -ed enable fixed form D lines\n"
<< " -E prescan & preprocess only\n"
<< " -module dir module output directory (default .)\n"
+ << " -module-dir/-J <dir> Put MODULE files in <dir>\n"
<< " -flatin interpret source as Latin-1 (ISO 8859-1) "
"rather than UTF-8\n"
<< " -fsyntax-only parsing and semantics only, no output "
More information about the flang-commits
mailing list