llvm-6502/tools/llvm-objdump
Chandler Carruth 4039313b4c Move the registered target printing in version strings completely out of
the Support library. Now its part of the TargetRegistry, and the three
commands that care about this explicitly register this extra bit of
version information.

The set of commands which care was computed by intersecting those which
use the Support library's version string printing and those that
initialize all the registered targets in a way that produces
a meaningful list. The only odd ball out is that 'clang -cc1as -version'
no longer prints the registered targets. I don't think anyone is really
interested in that (especially as the fact that llvm-mc does so is under
a FIXME), but if someone really does want this back I'll happily apply
the same patch there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135757 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22 07:50:48 +00:00
..
CMakeLists.txt Fix cmake. 2011-07-20 19:43:38 +00:00
llvm-objdump.cpp Move the registered target printing in version strings completely out of 2011-07-22 07:50:48 +00:00
Makefile
MCFunction.cpp Unbreak the MSVC build. Since the "next" function already exists in the MSVC headers, we need the explicit llvm:: qualifier to prevent a conflict. 2011-07-20 21:35:29 +00:00
MCFunction.h Sketch out an CFG reconstruction mode for llvm-objdump. 2011-07-20 19:37:35 +00:00