Okay, this is a little hack that "scratches an itch" of mine.
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 16 Oct 2003 04:43:15 +0000 (04:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 16 Oct 2003 04:43:15 +0000 (04:43 +0000)
commit0af759d3af2b96f5af18988f80cd5fec5d749dcd
treebd5f32f6fb2c1b19b83dac2a0f47df4516a865e2
parenta4d32ad1d2af56cd784b5fb267825f8f55e816db
Okay, this is a little hack that "scratches an itch" of mine.
I dislike having to examine the output of "dis" to see what symbols
are in a bytecode file. So, here is a first cut at a "nm" utility for llvm.
Flame away.... :-)

llvm-svn: 9153
llvm/tools/llvm-nm/Makefile [new file with mode: 0644]
llvm/tools/llvm-nm/llvm-nm.cpp [new file with mode: 0644]