diff options
Diffstat (limited to 'tools/llvm-nm/Makefile')
-rw-r--r-- | tools/llvm-nm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index 996b349..c7502e2 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -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 |