Welcome llvm-nm to the family
authorChris Lattner <sabre@nondot.org>
Thu, 16 Oct 2003 17:46:21 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Oct 2003 17:46:21 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9161 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index badd6659b50b4f5784d1cb787ad958afdea30b11..59d976ddc5a338ddeafead14daa29e852b69b87c 100644 (file)
@@ -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