Added llvm-ar to the Makefile

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2003-09-13 03:23:46 +00:00
parent e3df92e9c1
commit dd8067f4fd

View 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