Include PathV1.h in files that use it.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 20:00:56 +0000 (20:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 11 Jun 2013 20:00:56 +0000 (20:00 +0000)
This is preparation for replacing Path.h with PathV2.h.

llvm-svn: 183782

llvm/include/llvm/Bitcode/Archive.h
llvm/include/llvm/Support/FileUtilities.h
llvm/include/llvm/Support/GraphWriter.h
llvm/include/llvm/Support/Path.h
llvm/include/llvm/Support/Program.h
llvm/include/llvm/Support/Signals.h
llvm/lib/Support/CommandLine.cpp
llvm/lib/Support/Path.cpp
llvm/tools/bugpoint/ToolRunner.h
llvm/tools/llvm-config/llvm-config.cpp
llvm/tools/lto/LTOModule.cpp

index 7b30c7e458faf510c4f0fcae4cd9499173419cf6..d27f690cb5183fe4ef76bed68259356d9e4addde 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/ADT/ilist.h"
 #include "llvm/ADT/ilist_node.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include <map>
 #include <set>
 
index 5456eb730a17118ce6a354af7bda61f9fa1e763e..c6feb9f42689c61a90512f0e8f63deed1c6ee071 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 
 namespace llvm {
 
index 22181d4e1d46370e6a870ddf44dfa6f0ca2b42a3..e867fae726d60b92d5af545444c5c865f5151cea 100644 (file)
@@ -26,6 +26,7 @@
 #include "llvm/ADT/GraphTraits.h"
 #include "llvm/Support/DOTGraphTraits.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cassert>
 #include <vector>
index 196eecce818519b550b4006e4c08279a6ac6b6f2..5b7ff7e4f2d4082f841cb434fda55d23b8c62387 100644 (file)
@@ -12,5 +12,4 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/PathV1.h"
 #include "llvm/Support/PathV2.h"
index fb177de97b4092b24707f843525feabac263fd56..08a64dedfacadae72a574087425b829b33148a87 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 
 namespace llvm {
 class error_code;
index 465656b94116f335cdfdee4b7cc6aa13cb4f7adf..c0a489a4b82603e93e66f432b09b806613f6f370 100644 (file)
@@ -16,6 +16,7 @@
 #define LLVM_SUPPORT_SIGNALS_H
 
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include <cstdio>
 
 namespace llvm {
index f09705e69a1953cdfe8657815175982a905faa10..63d0b739c003a95d4d5912e770b7581ca2defdc5 100644 (file)
@@ -29,6 +29,7 @@
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/system_error.h"
 #include <cerrno>
index b873b9ab4a0714f1b724e14b1c2a0f1a13c6d3fd..1bae78137b3f3cc106dabf8368167087839dc7c8 100644 (file)
@@ -15,6 +15,7 @@
 #include "llvm/Config/config.h"
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/FileSystem.h"
+#include "llvm/Support/PathV1.h"
 #include <cassert>
 #include <cstring>
 #include <ostream>
index bb83ce459e721b7b2593c7a2a2d40847d143aa65..28c09f5004b6271dcc85e8699e87446b72c2ffa2 100644 (file)
@@ -21,6 +21,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/SystemUtils.h"
 #include <exception>
 #include <vector>
index 7edf5eca0b2c4e1bf05326f783c1e54a8dc4e66f..5151d1a0911a66ec34aed8d1cd20240c5b790041 100644 (file)
@@ -25,6 +25,7 @@
 #include "llvm/Config/llvm-config.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdlib>
 #include <set>
index 91fcb2ee3d021e03bf73f0df740978d04c7af3c6..807d860b79cfaab2541f5819e280675de93ea3df 100644 (file)
@@ -32,6 +32,7 @@
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 #include "llvm/Support/SourceMgr.h"
 #include "llvm/Support/TargetRegistry.h"
 #include "llvm/Support/TargetSelect.h"