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)
commit972d3d7fff89c50612e86dfc8222da51bb23f387
tree25db05fbdfa6292da1182c576fdd60ebb5d3ddee
parent1630189e8cb9b85c843f07f0b27540499f62a088
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.... :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9153 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-nm/Makefile [new file with mode: 0644]
tools/llvm-nm/llvm-nm.cpp [new file with mode: 0644]