summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 05:58:00 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 05:58:00 +0000
commit5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c (patch)
treeb6be45e03c44f99a32abc7ae999a051f94e5c299 /tools/llvm-ar/Makefile
parentbb3f3d357fb25a39c9b4ca9a5ace047b5efd518c (diff)
downloadllvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.tar.gz
llvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.tar.bz2
llvm-5e3c9f96d7526743e9ed02aa03bc684ea0b7f12c.tar.xz
this doesn't directly depend on bytecode
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r--tools/llvm-ar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
index bf1516732a..8936a49f08 100644
--- a/tools/llvm-ar/Makefile
+++ b/tools/llvm-ar/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
REQUIRES_EH := 1
include $(LEVEL)/Makefile.common