llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 15 Mar 2015 01:30:58 +0000 (01:30 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 15 Mar 2015 01:30:58 +0000 (01:30 +0000)
commitc976146d3133884cd6326ab9f262e5dbc67187c5
tree0e19ed95eaf59c82a3317d3dc021642655fe9bbc
parente7a356409df286da35cc70c968b7cbb6e5a5f84f
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump

llvm-vtabledump has grown enough functionality not related to vtables
that it deserves a name which is more descriptive.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232301 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
test/CMakeLists.txt
test/lit.cfg
test/tools/llvm-cxxdump/Inputs/eh.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-cxxdump/Inputs/trivial.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-cxxdump/Inputs/trivial.obj.elf-i386 [new file with mode: 0644]
test/tools/llvm-cxxdump/eh.test [new file with mode: 0644]
test/tools/llvm-cxxdump/trivial.test [new file with mode: 0644]
test/tools/llvm-vtabledump/Inputs/eh.obj.coff-i386 [deleted file]
test/tools/llvm-vtabledump/Inputs/trivial.obj.coff-i386 [deleted file]
test/tools/llvm-vtabledump/Inputs/trivial.obj.elf-i386 [deleted file]
test/tools/llvm-vtabledump/eh.test [deleted file]
test/tools/llvm-vtabledump/trivial.test [deleted file]
tools/CMakeLists.txt
tools/Makefile
tools/llvm-cxxdump/CMakeLists.txt [new file with mode: 0644]
tools/llvm-cxxdump/Error.cpp [new file with mode: 0644]
tools/llvm-cxxdump/Error.h [new file with mode: 0644]
tools/llvm-cxxdump/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-cxxdump/Makefile [new file with mode: 0644]
tools/llvm-cxxdump/llvm-cxxdump.cpp [new file with mode: 0644]
tools/llvm-cxxdump/llvm-cxxdump.h [new file with mode: 0644]
tools/llvm-vtabledump/CMakeLists.txt [deleted file]
tools/llvm-vtabledump/Error.cpp [deleted file]
tools/llvm-vtabledump/Error.h [deleted file]
tools/llvm-vtabledump/LLVMBuild.txt [deleted file]
tools/llvm-vtabledump/Makefile [deleted file]
tools/llvm-vtabledump/llvm-vtabledump.cpp [deleted file]
tools/llvm-vtabledump/llvm-vtabledump.h [deleted file]