| commit | 784fa188be53c2c6dc3b58529db81a7f3c11f465 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Oct 16 17:46:21 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Oct 16 17:46:21 2003 +0000 |
| tree | 4c5478be514c01353d63b4fabdc0b7fff3a29f23 | |
| parent | c3cc71abbcac9a5d172e64002e2262c8f1a41967 [diff] [blame] |
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 badd665..59d976d 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