[PATCH] D123297: [flang][driver] Add support for -mmlir
Andrzej Warzynski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 13 03:42:28 PDT 2022
awarzynski added inline comments.
================
Comment at: flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp:15
+#include "mlir/IR/MLIRContext.h"
+#include "mlir/Pass/PassManager.h"
#include "flang/Frontend/CompilerInstance.h"
----------------
rovka wrote:
> Nit: Should these come after the llvm/ headers? (So it's alphabetical except for flang, which may go first)
Thanks, I will fix this before merging!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123297/new/
https://reviews.llvm.org/D123297
More information about the cfe-commits
mailing list