fix autoconf build
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Jul 2013 20:45:01 +0000 (20:45 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 12 Jul 2013 20:45:01 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186200 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ar/Makefile

index 9e782cfca5915c5de901dcc02f5ef05dad31a0ad..15fb0900c243b7f7ff536d240df252258acef292 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-ar
-LINK_COMPONENTS := bitreader support
+LINK_COMPONENTS := bitreader support object
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1