Since the old llvmc was removed, rename llvmc2 to llvmc.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 25 Nov 2008 21:38:12 +0000 (21:38 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 25 Nov 2008 21:38:12 +0000 (21:38 +0000)
commit113ec35f7f69bd66c0fbab7b42e2b9d59eddb946
tree3b134d1c1e4f3a77e35efe15051cb40295f4e801
parentd91487785f641af7f5c6c32b04cb28cfe94518a9
Since the old llvmc was removed, rename llvmc2 to llvmc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60048 91177308-0d34-0410-b5e6-96231b3b80d8
64 files changed:
test/LLVMC/emit-llvm.c
test/LLVMC/false.c
test/LLVMC/hello.c
test/LLVMC/hello.cpp
test/LLVMC/hello.m
test/LLVMC/hello.mm
test/LLVMC/include.c
test/LLVMC/opt-test.c
test/LLVMC/sink.c
test/LLVMC/together.cpp
test/LLVMC/wall.c
tools/Makefile
tools/llvmc/CMakeLists.txt [new file with mode: 0644]
tools/llvmc/Makefile [new file with mode: 0644]
tools/llvmc/doc/LLVMC-Reference.rst [new file with mode: 0644]
tools/llvmc/doc/LLVMC-Tutorial.rst [new file with mode: 0644]
tools/llvmc/doc/Makefile [new file with mode: 0644]
tools/llvmc/doc/img/lines.gif [new file with mode: 0644]
tools/llvmc/doc/llvm.css [new file with mode: 0644]
tools/llvmc/driver/Action.cpp [new file with mode: 0644]
tools/llvmc/driver/CMakeLists.txt [new file with mode: 0644]
tools/llvmc/driver/CompilationGraph.cpp [new file with mode: 0644]
tools/llvmc/driver/Error.h [new file with mode: 0644]
tools/llvmc/driver/Makefile [new file with mode: 0644]
tools/llvmc/driver/Plugin.cpp [new file with mode: 0644]
tools/llvmc/driver/llvmc.cpp [new file with mode: 0644]
tools/llvmc/plugins/Base/Base.td [new file with mode: 0644]
tools/llvmc/plugins/Base/Makefile [new file with mode: 0644]
tools/llvmc/plugins/Base/PluginMain.cpp [new file with mode: 0644]
tools/llvmc/plugins/Clang/Clang.td [new file with mode: 0644]
tools/llvmc/plugins/Clang/Makefile [new file with mode: 0644]
tools/llvmc/plugins/Clang/PluginMain.cpp [new file with mode: 0644]
tools/llvmc/plugins/Hello/Hello.cpp [new file with mode: 0644]
tools/llvmc/plugins/Hello/Makefile [new file with mode: 0644]
tools/llvmc/plugins/Makefile [new file with mode: 0644]
tools/llvmc/plugins/Simple/Makefile [new file with mode: 0644]
tools/llvmc/plugins/Simple/PluginMain.cpp [new file with mode: 0644]
tools/llvmc/plugins/Simple/Simple.td [new file with mode: 0644]
tools/llvmc2/CMakeLists.txt [deleted file]
tools/llvmc2/Makefile [deleted file]
tools/llvmc2/doc/LLVMC-Reference.rst [deleted file]
tools/llvmc2/doc/LLVMC-Tutorial.rst [deleted file]
tools/llvmc2/doc/Makefile [deleted file]
tools/llvmc2/doc/img/lines.gif [deleted file]
tools/llvmc2/doc/llvm.css [deleted file]
tools/llvmc2/driver/Action.cpp [deleted file]
tools/llvmc2/driver/CMakeLists.txt [deleted file]
tools/llvmc2/driver/CompilationGraph.cpp [deleted file]
tools/llvmc2/driver/Error.h [deleted file]
tools/llvmc2/driver/Makefile [deleted file]
tools/llvmc2/driver/Plugin.cpp [deleted file]
tools/llvmc2/driver/llvmc.cpp [deleted file]
tools/llvmc2/plugins/Base/Base.td [deleted file]
tools/llvmc2/plugins/Base/Makefile [deleted file]
tools/llvmc2/plugins/Base/PluginMain.cpp [deleted file]
tools/llvmc2/plugins/Clang/Clang.td [deleted file]
tools/llvmc2/plugins/Clang/Makefile [deleted file]
tools/llvmc2/plugins/Clang/PluginMain.cpp [deleted file]
tools/llvmc2/plugins/Hello/Hello.cpp [deleted file]
tools/llvmc2/plugins/Hello/Makefile [deleted file]
tools/llvmc2/plugins/Makefile [deleted file]
tools/llvmc2/plugins/Simple/Makefile [deleted file]
tools/llvmc2/plugins/Simple/PluginMain.cpp [deleted file]
tools/llvmc2/plugins/Simple/Simple.td [deleted file]