OSDN Git Service

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183782 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 7b30c7e..d27f690 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 5456eb7..c6feb9f 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/PathV1.h"
 
 namespace llvm {
 
index 22181d4..e867fae 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 196eecc..5b7ff7e 100644 (file)
@@ -12,5 +12,4 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/PathV1.h"
 #include "llvm/Support/PathV2.h"
index fb177de..08a64de 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 465656b..c0a489a 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 f09705e..63d0b73 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 b873b9a..1bae781 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 bb83ce4..28c09f5 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 7edf5ec..5151d1a 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 91fcb2e..807d860 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"