[PATCH] D107455: [flang] Add missing FileSystem.h

Matthias Springer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 06:11:46 PDT 2021


springerm created this revision.
Herald added subscribers: Chia-hungDuan, rriddle.
Herald added a reviewer: awarzynski.
springerm requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer.
Herald added a project: LLVM.

This file was previously included transitively via `mlir/Transforms/Passes.h`, but the include has been removed from that file.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107455

Files:
  flang/tools/tco/tco.cpp


Index: flang/tools/tco/tco.cpp
===================================================================
--- flang/tools/tco/tco.cpp
+++ flang/tools/tco/tco.cpp
@@ -21,6 +21,7 @@
 #include "mlir/Transforms/Passes.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorOr.h"
+#inlcude "llvm/Support/FileSystem.h"
 #include "llvm/Support/InitLLVM.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/SourceMgr.h"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107455.364079.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/970ba3f0/attachment.bin>


More information about the llvm-commits mailing list