summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CMakeLists.txt2
-rw-r--r--llvm/lib/LLVMBuild.txt2
-rw-r--r--llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt (renamed from llvm/lib/LibDriver/CMakeLists.txt)0
-rw-r--r--llvm/lib/ToolDrivers/llvm-lib/LLVMBuild.txt (renamed from llvm/lib/LibDriver/LLVMBuild.txt)0
-rw-r--r--llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp (renamed from llvm/lib/LibDriver/LibDriver.cpp)2
-rw-r--r--llvm/lib/ToolDrivers/llvm-lib/Options.td (renamed from llvm/lib/LibDriver/Options.td)0
6 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt
index 76549540ce0..73fc2b35fe4 100644
--- a/llvm/lib/CMakeLists.txt
+++ b/llvm/lib/CMakeLists.txt
@@ -21,5 +21,5 @@ add_subdirectory(LineEditor)
add_subdirectory(ProfileData)
add_subdirectory(Fuzzer)
add_subdirectory(Passes)
-add_subdirectory(LibDriver)
+add_subdirectory(ToolDrivers)
add_subdirectory(XRay)
diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt
index 684b378c93e..89ddd0fc1af 100644
--- a/llvm/lib/LLVMBuild.txt
+++ b/llvm/lib/LLVMBuild.txt
@@ -24,7 +24,6 @@ subdirectories =
DebugInfo
Demangle
ExecutionEngine
- LibDriver
LineEditor
Linker
IR
@@ -39,6 +38,7 @@ subdirectories =
Support
TableGen
Target
+ ToolDrivers
Transforms
[component_0]
diff --git a/llvm/lib/LibDriver/CMakeLists.txt b/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt
index ab53a684344..ab53a684344 100644
--- a/llvm/lib/LibDriver/CMakeLists.txt
+++ b/llvm/lib/ToolDrivers/llvm-lib/CMakeLists.txt
diff --git a/llvm/lib/LibDriver/LLVMBuild.txt b/llvm/lib/ToolDrivers/llvm-lib/LLVMBuild.txt
index 799dc997c0b..799dc997c0b 100644
--- a/llvm/lib/LibDriver/LLVMBuild.txt
+++ b/llvm/lib/ToolDrivers/llvm-lib/LLVMBuild.txt
diff --git a/llvm/lib/LibDriver/LibDriver.cpp b/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
index c50629d7150..3bae3826d62 100644
--- a/llvm/lib/LibDriver/LibDriver.cpp
+++ b/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/LibDriver/LibDriver.h"
+#include "llvm/ToolDrivers/llvm-lib/LibDriver.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Object/ArchiveWriter.h"
#include "llvm/Option/Arg.h"
diff --git a/llvm/lib/LibDriver/Options.td b/llvm/lib/ToolDrivers/llvm-lib/Options.td
index 5a56ef7468d..5a56ef7468d 100644
--- a/llvm/lib/LibDriver/Options.td
+++ b/llvm/lib/ToolDrivers/llvm-lib/Options.td
OpenPOWER on IntegriCloud