[PATCH] D95784: [flang][f18] Replace `-fparse-only` with `-fsyntax-only`
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 2 09:20:54 PST 2021
clementval 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` "
----------------
FarisRehman wrote:
> Typo of 'warning' :)
Shouldn't you output warning on `llvm::errs()` ?
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