From: Chris Lattner Date: Thu, 16 Oct 2003 17:46:21 +0000 (+0000) Subject: Welcome llvm-nm to the family X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=784fa188be53c2c6dc3b58529db81a7f3c11f465;p=oota-llvm.git Welcome llvm-nm to the family git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9161 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index badd6659b50..59d976ddc5a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,6 +1,6 @@ LEVEL := .. PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ - analyze extract bugpoint llvm-ar + analyze extract bugpoint llvm-nm llvm-ar include $(LEVEL)/Makefile.common