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)
commit3945b7cfce6cc58163e66c9524bc1d559df1d2d7
treef54c0f5fe7a77e8625740e6800735943f8b76a35
parentebb9f9b76db716e8731fa935d5d045bd1c5e49d8
Rename llvmc2/core to llvmc2/driver.

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]