From: Chris Lattner Date: Mon, 4 Sep 2006 05:24:16 +0000 (+0000) Subject: Switch to using llvm-config to build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebfc3a9fc22b741f67e264409b9a882a864f9fc2;p=oota-llvm.git Switch to using llvm-config to build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 011409e3dd5..6be8b096dbf 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-dis -USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LINK_COMPONENTS := bcreader REQUIRES_EH := 1 include $(LEVEL)/Makefile.common