commit | e9c701fd86a24c706871900f8ed979ea1e30f3ae | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 07 16:46:43 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 07 16:46:43 2006 +0000 |
tree | b3198b0592abff9534ebe18283135eb0a96d55fe | |
parent | 7c339b8ca26d1a67ff104c7a4011728a10b22dd5 [diff] |
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