Rename llvmc2/src to llvmc2/core.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 10:27:23 +0000 (10:27 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 3 Oct 2008 10:27:23 +0000 (10:27 +0000)
commitb6cc08513448f68c667d7598df63dd85317d3bab
treecc0ff8fb056922b435bc7f5fd93e15431669dab8
parentc32dece5a84980d3c82db5b4cb9fd4fc279618ce
Rename llvmc2/src to llvmc2/core.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57000 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
tools/llvmc2/Makefile
tools/llvmc2/core/Action.cpp [new file with mode: 0644]
tools/llvmc2/core/CompilationGraph.cpp [new file with mode: 0644]
tools/llvmc2/core/Error.h [new file with mode: 0644]
tools/llvmc2/core/Makefile [new file with mode: 0644]
tools/llvmc2/core/Plugin.cpp [new file with mode: 0644]
tools/llvmc2/core/llvmc.cpp [new file with mode: 0644]
tools/llvmc2/src/Action.cpp [deleted file]
tools/llvmc2/src/CompilationGraph.cpp [deleted file]
tools/llvmc2/src/Error.h [deleted file]
tools/llvmc2/src/Makefile [deleted file]
tools/llvmc2/src/Plugin.cpp [deleted file]
tools/llvmc2/src/llvmc.cpp [deleted file]