summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-16 17:46:21 +0000
committerChris Lattner <sabre@nondot.org>2003-10-16 17:46:21 +0000
commit784fa188be53c2c6dc3b58529db81a7f3c11f465 (patch)
tree4c5478be514c01353d63b4fabdc0b7fff3a29f23 /tools/Makefile
parentc3cc71abbcac9a5d172e64002e2262c8f1a41967 (diff)
downloadllvm-784fa188be53c2c6dc3b58529db81a7f3c11f465.tar.gz
llvm-784fa188be53c2c6dc3b58529db81a7f3c11f465.tar.bz2
llvm-784fa188be53c2c6dc3b58529db81a7f3c11f465.tar.xz
Welcome llvm-nm to the family
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index badd6659b5..59d976ddc5 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