Added llvm-ar to the Makefile
authorTanya Lattner <tonic@nondot.org>
Sat, 13 Sep 2003 03:23:46 +0000 (03:23 +0000)
committerTanya Lattner <tonic@nondot.org>
Sat, 13 Sep 2003 03:23:46 +0000 (03:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8506 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index 9e5635c82e2bac77494059c5a146f2288c53dd6a..2a1c1f37760c2cb3d70ba88100ce5e70b6d32400 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL := ..
 PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
-                 analyze extract bugpoint
+                 analyze extract bugpoint llvm-ar
 
 include $(LEVEL)/Makefile.common