diff options
Diffstat (limited to 'llvm/tools/llvm-db')
-rw-r--r-- | llvm/tools/llvm-db/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-db/Makefile b/llvm/tools/llvm-db/Makefile index 31ebbba59cd..e7bc95fa5da 100644 --- a/llvm/tools/llvm-db/Makefile +++ b/llvm/tools/llvm-db/Makefile @@ -11,5 +11,6 @@ LEVEL = ../.. TOOLNAME = llvm-db USEDLIBS = LLVMDebugger LLVMBCReader.a LLVMCore.a LLVMSupport.a \ LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |