From: Chris Lattner Date: Fri, 7 Jul 2006 16:46:43 +0000 (+0000) Subject: This uses EH info X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e9c701fd86a24c706871900f8ed979ea1e30f3ae;p=oota-llvm.git This uses EH info git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29044 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile index 093bef5d6e5..70ee46edefc 100644 --- a/lib/Debugger/Makefile +++ b/lib/Debugger/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMDebugger EXTRA_DIST = README.txt +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common