aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2003-09-13 03:23:46 +0000
committerTanya Lattner <tonic@nondot.org>2003-09-13 03:23:46 +0000
commitdd8067f4fdcba5d3d55712a516784aeaa57cdf51 (patch)
tree38098b82d355df679bce85f236a59b4f8b36755e /tools/Makefile
parente3df92e9c18eed1f550babb0014827cd8a740112 (diff)
downloadexternal_llvm-dd8067f4fdcba5d3d55712a516784aeaa57cdf51.zip
external_llvm-dd8067f4fdcba5d3d55712a516784aeaa57cdf51.tar.gz
external_llvm-dd8067f4fdcba5d3d55712a516784aeaa57cdf51.tar.bz2
Added llvm-ar to the Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8506 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 9e5635c..2a1c1f3 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