diff options
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r-- | tools/llvm-ar/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 18da617682..bf1516732a 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,8 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-ar -USEDLIBS = LLVMArchive.a LLVMBCReader.a \ - LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS = archive bcreader REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |