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
13 files changed:
tools/llvmc2/Makefile
tools/llvmc2/core/Action.cpp [deleted file]
tools/llvmc2/core/CompilationGraph.cpp [deleted file]
tools/llvmc2/core/Error.h [deleted file]
tools/llvmc2/core/Makefile [deleted file]
tools/llvmc2/core/Plugin.cpp [deleted file]
tools/llvmc2/core/llvmc.cpp [deleted file]
tools/llvmc2/driver/Action.cpp [new file with mode: 0644]
tools/llvmc2/driver/CompilationGraph.cpp [new file with mode: 0644]
tools/llvmc2/driver/Error.h [new file with mode: 0644]
tools/llvmc2/driver/Makefile [new file with mode: 0644]
tools/llvmc2/driver/Plugin.cpp [new file with mode: 0644]
tools/llvmc2/driver/llvmc.cpp [new file with mode: 0644]