This uses EH info
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 16:46:43 +0000 (16:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jul 2006 16:46:43 +0000 (16:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29044 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Debugger/Makefile

index 093bef5d6e5a5a4ad795e5b4130881e3fe6a0553..70ee46edefc0f9620b2fa52817b4bf52ceacb321 100644 (file)
@@ -10,5 +10,6 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMDebugger
 EXTRA_DIST = README.txt
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common