commit | 05a89702454611dd01b50f135442b1dd2879e451 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 07 00:46:19 2006 +0000 |
tree | 271d6f505e07787cd323f214f54b4c2686618370 | |
parent | f0858cb910f8d507e9c63b6c39ffe0ee1b173b23 [diff] [blame] |
Tools require EH for their top-level try blocks. llvm-svn: 29035
diff --git a/llvm/tools/llvm-ranlib/Makefile b/llvm/tools/llvm-ranlib/Makefile index b97c17c..1379532 100644 --- a/llvm/tools/llvm-ranlib/Makefile +++ b/llvm/tools/llvm-ranlib/Makefile
@@ -11,5 +11,6 @@ TOOLNAME = llvm-ranlib USEDLIBS = LLVMArchive.a LLVMBCReader.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common