From: Tanya Lattner Date: Sat, 13 Sep 2003 03:23:46 +0000 (+0000) Subject: Added llvm-ar to the Makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd8067f4fdcba5d3d55712a516784aeaa57cdf51;p=oota-llvm.git Added llvm-ar to the Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8506 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 9e5635c82e2..2a1c1f37760 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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