summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvmc2/Makefile2
-rw-r--r--llvm/tools/llvmc2/driver/Action.cpp (renamed from llvm/tools/llvmc2/core/Action.cpp)0
-rw-r--r--llvm/tools/llvmc2/driver/CompilationGraph.cpp (renamed from llvm/tools/llvmc2/core/CompilationGraph.cpp)0
-rw-r--r--llvm/tools/llvmc2/driver/Error.h (renamed from llvm/tools/llvmc2/core/Error.h)0
-rw-r--r--llvm/tools/llvmc2/driver/Makefile (renamed from llvm/tools/llvmc2/core/Makefile)0
-rw-r--r--llvm/tools/llvmc2/driver/Plugin.cpp (renamed from llvm/tools/llvmc2/core/Plugin.cpp)0
-rw-r--r--llvm/tools/llvmc2/driver/llvmc.cpp (renamed from llvm/tools/llvmc2/core/llvmc.cpp)0
7 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/Makefile b/llvm/tools/llvmc2/Makefile
index 89a21bcb379..3012065e4ca 100644
--- a/llvm/tools/llvmc2/Makefile
+++ b/llvm/tools/llvmc2/Makefile
@@ -11,7 +11,7 @@ LEVEL = ../..
BUILTIN_PLUGINS = Base
DRIVER_NAME = llvmc2
-DIRS = plugins core
+DIRS = plugins driver
export BUILTIN_PLUGINS
export DRIVER_NAME
diff --git a/llvm/tools/llvmc2/core/Action.cpp b/llvm/tools/llvmc2/driver/Action.cpp
index c0a1b849bcd..c0a1b849bcd 100644
--- a/llvm/tools/llvmc2/core/Action.cpp
+++ b/llvm/tools/llvmc2/driver/Action.cpp
diff --git a/llvm/tools/llvmc2/core/CompilationGraph.cpp b/llvm/tools/llvmc2/driver/CompilationGraph.cpp
index 838b9405013..838b9405013 100644
--- a/llvm/tools/llvmc2/core/CompilationGraph.cpp
+++ b/llvm/tools/llvmc2/driver/CompilationGraph.cpp
diff --git a/llvm/tools/llvmc2/core/Error.h b/llvm/tools/llvmc2/driver/Error.h
index c0aaff1a724..c0aaff1a724 100644
--- a/llvm/tools/llvmc2/core/Error.h
+++ b/llvm/tools/llvmc2/driver/Error.h
diff --git a/llvm/tools/llvmc2/core/Makefile b/llvm/tools/llvmc2/driver/Makefile
index 7c04fe4aca4..7c04fe4aca4 100644
--- a/llvm/tools/llvmc2/core/Makefile
+++ b/llvm/tools/llvmc2/driver/Makefile
diff --git a/llvm/tools/llvmc2/core/Plugin.cpp b/llvm/tools/llvmc2/driver/Plugin.cpp
index c9b3960c1e7..c9b3960c1e7 100644
--- a/llvm/tools/llvmc2/core/Plugin.cpp
+++ b/llvm/tools/llvmc2/driver/Plugin.cpp
diff --git a/llvm/tools/llvmc2/core/llvmc.cpp b/llvm/tools/llvmc2/driver/llvmc.cpp
index f3a1e571926..f3a1e571926 100644
--- a/llvm/tools/llvmc2/core/llvmc.cpp
+++ b/llvm/tools/llvmc2/driver/llvmc.cpp
OpenPOWER on IntegriCloud