From 972d3d7fff89c50612e86dfc8222da51bb23f387 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Thu, 16 Oct 2003 04:43:15 +0000 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/llvm-nm/Makefile (limited to 'tools/llvm-nm/Makefile') diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile new file mode 100644 index 0000000000..eef5a0e2de --- /dev/null +++ b/tools/llvm-nm/Makefile @@ -0,0 +1,5 @@ +LEVEL = ../.. + +TOOLNAME = llvm-nm +USEDLIBS = bcreader vmcore support.a +include $(LEVEL)/Makefile.common -- cgit v1.2.3