[PATCH] D95784: [flang][f18] Replace `-fparse-only` with `-fsyntax-only`

Faris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 09:18:18 PST 2021


FarisRehman added inline comments.


================
Comment at: flang/tools/f18/f18.cpp:551
+      driver.syntaxOnly = true;
+      llvm::outs() << "warnning: `-fparse-only` is deprecated and will "
+                      "be removed in the future, use `-fsyntax-only` "
----------------
Typo of 'warning' :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95784/new/

https://reviews.llvm.org/D95784



More information about the llvm-commits mailing list