[flang-commits] [flang] b44eb5a - [flang] Add missing FileSystem.h

Matthias Springer via flang-commits flang-commits at lists.llvm.org
Wed Aug 4 06:22:45 PDT 2021


Author: Matthias Springer
Date: 2021-08-04T22:22:26+09:00
New Revision: b44eb5a149a3d78b164a3e9f5c9cf52b44ce0163

URL: https://github.com/llvm/llvm-project/commit/b44eb5a149a3d78b164a3e9f5c9cf52b44ce0163
DIFF: https://github.com/llvm/llvm-project/commit/b44eb5a149a3d78b164a3e9f5c9cf52b44ce0163.diff

LOG: [flang] Add missing FileSystem.h

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

Differential Revision: https://reviews.llvm.org/D107455

Added: 
    

Modified: 
    flang/tools/tco/tco.cpp

Removed: 
    


################################################################################
diff  --git a/flang/tools/tco/tco.cpp b/flang/tools/tco/tco.cpp
index 62e31fe47ed14..8f2c283bc82f9 100644
--- a/flang/tools/tco/tco.cpp
+++ b/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"


        


More information about the flang-commits mailing list