diff --git a/tools/llvm-db/Makefile b/tools/llvm-db/Makefile index 7c0d58a226a..1bc3c196caf 100644 --- a/tools/llvm-db/Makefile +++ b/tools/llvm-db/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvm-db -LINK_COMPONENTS := debugger bcreader +LINK_COMPONENTS := debugger REQUIRES_EH := 1 include $(LEVEL)/Makefile.common