X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ld%2FMakefile;h=34d6dc69ca4690e9a8a8fe84ec1c09a30963fd6d;hb=c40641347131c15e5b8ace6d7b2abbbb51828833;hp=1baae4ad4799d597cd6e551f14456fc32d5c7335;hpb=1893f9273ceedb5e9f45e07e0d8499ac3b78c1ec;p=oota-llvm.git diff --git a/tools/llvm-ld/Makefile b/tools/llvm-ld/Makefile index 1baae4ad479..34d6dc69ca4 100644 --- a/tools/llvm-ld/Makefile +++ b/tools/llvm-ld/Makefile @@ -13,6 +13,6 @@ TOOLNAME = llvm-ld USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ LLVMArchive.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common