[PATCH] D92854: [flang][driver] Add support for `-fsyntax-only`

Caroline via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 17 10:24:20 PST 2020


CarolineConcatto accepted this revision.
CarolineConcatto added a comment.

Thank you @awarzynski for implementing fsyntax-only. 
It is another feature that the new driver provides, it is nice to see thing falling into place.
The patch looks good to me!



================
Comment at: flang/include/flang/Frontend/FrontendActions.h:13
 #include "flang/Frontend/FrontendAction.h"
+#include "llvm/Support/raw_ostream.h"
 
----------------
Do you need this library here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92854



More information about the cfe-commits mailing list