Tools require EH for their top-level try blocks.
[oota-llvm.git] / tools / llvm-nm / Makefile
index 996b3494de9cce541b24286da18df3fcae99c507..c7502e23061122e63d0975221e595839772f193b 100644 (file)
@@ -11,4 +11,6 @@ LEVEL = ../..
 TOOLNAME = llvm-nm
 USEDLIBS = LLVMArchive.a LLVMBCReader.a \
           LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
+REQUIRES_EH := 1
+
 include $(LEVEL)/Makefile.common