X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=8936a49f08190df8cb3066e9de07acfe93699368;hb=1bd3271b16d7f9f0b69af00d8ff29ed00a29f9ef;hp=5d0694e1ce4463fdb91a04c2d81f38d3e5639e6a;hpb=1a3ba7f10eaceee28c4276ca73786afc58ae1e75;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 5d0694e1ce4..8936a49f081 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -8,9 +8,9 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = llvm-ar -USEDLIBS = LLVMArchive.a LLVMBCReader \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a +TOOLNAME = llvm-ar +LINK_COMPONENTS = archive +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common