diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-09-04 05:24:16 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-09-04 05:24:16 +0000 |
| commit | 956f73bdfa4dbe0a76d66b13938a967ebb307486 (patch) | |
| tree | 60312bcb610216977bc82914897fe03826d66892 /llvm/tools/llvm-dis | |
| parent | 68c9754e76766b50544d64a49b225b253a09c019 (diff) | |
| download | bcm5719-llvm-956f73bdfa4dbe0a76d66b13938a967ebb307486.tar.gz bcm5719-llvm-956f73bdfa4dbe0a76d66b13938a967ebb307486.zip | |
Switch to using llvm-config to build
llvm-svn: 30088
Diffstat (limited to 'llvm/tools/llvm-dis')
| -rw-r--r-- | llvm/tools/llvm-dis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dis/Makefile b/llvm/tools/llvm-dis/Makefile index 011409e3dd5..6be8b096dbf 100644 --- a/llvm/tools/llvm-dis/Makefile +++ b/llvm/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 |

