this doesn't directly depend on bytecode
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 05:58:00 +0000 (05:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 05:58:00 +0000 (05:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36854 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ar/Makefile

index bf1516732a61281cbe769a7846f57e66ca107499..8936a49f08190df8cb3066e9de07acfe93699368 100644 (file)
@@ -9,7 +9,7 @@
 LEVEL = ../..
 
 TOOLNAME = llvm-ar
-LINK_COMPONENTS = archive bcreader
+LINK_COMPONENTS = archive
 REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common