[PATCH] D107455: [flang] Add missing FileSystem.h
Matthias Springer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 06:23:00 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb44eb5a149a3: [flang] Add missing FileSystem.h (authored by springerm).
Changed prior to commit:
https://reviews.llvm.org/D107455?vs=364079&id=364083#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107455/new/
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"
+#include "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.364083.patch
Type: text/x-patch
Size: 435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/030a99dd/attachment.bin>
More information about the llvm-commits
mailing list