[flang-commits] [flang] 5597ec2 - Include missing "llvm/Support/Path.h" in "flang/lib/Frontend/CompilerInvocation.cpp"

via flang-commits flang-commits at lists.llvm.org
Fri Jan 21 08:06:00 PST 2022


Author: serge-sans-paille
Date: 2022-01-21T17:05:49+01:00
New Revision: 5597ec2dc4f888bf9704626c798ec6e50e5d1384

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

LOG: Include missing "llvm/Support/Path.h" in "flang/lib/Frontend/CompilerInvocation.cpp"

Added: 
    

Modified: 
    flang/lib/Frontend/CompilerInvocation.cpp

Removed: 
    


################################################################################
diff  --git a/flang/lib/Frontend/CompilerInvocation.cpp b/flang/lib/Frontend/CompilerInvocation.cpp
index 159c5632c0e48..4525130e5c2e7 100644
--- a/flang/lib/Frontend/CompilerInvocation.cpp
+++ b/flang/lib/Frontend/CompilerInvocation.cpp
@@ -23,6 +23,7 @@
 #include "llvm/Option/OptTable.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/FileUtilities.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/Process.h"
 #include "llvm/Support/raw_ostream.h"
 #include <memory>


        


More information about the flang-commits mailing list