OSDN Git Service

Rename llvmc2/core to llvmc2/driver.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 21:26:27 +0000 (21:26 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 21:26:27 +0000 (21:26 +0000)
Makefiles try to remove 'core' by default, so it wasn't a very good name.

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

tools/llvmc2/Makefile
tools/llvmc2/driver/Action.cpp [moved from tools/llvmc2/core/Action.cpp with 100% similarity]
tools/llvmc2/driver/CompilationGraph.cpp [moved from tools/llvmc2/core/CompilationGraph.cpp with 100% similarity]
tools/llvmc2/driver/Error.h [moved from tools/llvmc2/core/Error.h with 100% similarity]
tools/llvmc2/driver/Makefile [moved from tools/llvmc2/core/Makefile with 100% similarity]
tools/llvmc2/driver/Plugin.cpp [moved from tools/llvmc2/core/Plugin.cpp with 100% similarity]
tools/llvmc2/driver/llvmc.cpp [moved from tools/llvmc2/core/llvmc.cpp with 100% similarity]

index 89a21bc..3012065 100644 (file)
@@ -11,7 +11,7 @@ LEVEL = ../..
 
 BUILTIN_PLUGINS = Base
 DRIVER_NAME = llvmc2
-DIRS = plugins core
+DIRS = plugins driver 
 
 export BUILTIN_PLUGINS
 export DRIVER_NAME