summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-06-13 21:09:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-06-13 21:09:29 +0000
commitdcf73d227599a43dfbf7fe9f6506d3a1eb2bd89d (patch)
tree3c2120c4436ecfeded73674c9a398b55be8f7bde
parent18556de31677fc301c635b329d980b349842d2e9 (diff)
downloadbcm5719-llvm-dcf73d227599a43dfbf7fe9f6506d3a1eb2bd89d.tar.gz
bcm5719-llvm-dcf73d227599a43dfbf7fe9f6506d3a1eb2bd89d.zip
Don't depend on the transitive inclusion of PathV1.h.
llvm-svn: 183945
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp1
-rw-r--r--clang/tools/arcmt-test/arcmt-test.cpp1
-rw-r--r--clang/tools/driver/cc1as_main.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index c2f03970be3..66c79d0e9e4 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -39,6 +39,7 @@
#include "llvm/Support/LockFileManager.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/Timer.h"
diff --git a/clang/tools/arcmt-test/arcmt-test.cpp b/clang/tools/arcmt-test/arcmt-test.cpp
index 179a11561bd..84bee810472 100644
--- a/clang/tools/arcmt-test/arcmt-test.cpp
+++ b/clang/tools/arcmt-test/arcmt-test.cpp
@@ -15,6 +15,7 @@
#include "clang/Lex/Preprocessor.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/system_error.h"
diff --git a/clang/tools/driver/cc1as_main.cpp b/clang/tools/driver/cc1as_main.cpp
index 47b4c02560e..a8afff0fe20 100644
--- a/clang/tools/driver/cc1as_main.cpp
+++ b/clang/tools/driver/cc1as_main.cpp
@@ -44,6 +44,7 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/SourceMgr.h"
OpenPOWER on IntegriCloud