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 093bef5..70ee46e 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