llvm-6502/tools/llvm-nm/Makefile
Brian Gaeke 972d3d7fff 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
2003-10-16 04:43:15 +00:00

6 lines
104 B
Makefile

LEVEL = ../..
TOOLNAME = llvm-nm
USEDLIBS = bcreader vmcore support.a
include $(LEVEL)/Makefile.common