diff options
Diffstat (limited to 'tools/llvm-extract/Makefile')
-rw-r--r-- | tools/llvm-extract/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-extract/Makefile b/tools/llvm-extract/Makefile index 73d5883..20a107c 100644 --- a/tools/llvm-extract/Makefile +++ b/tools/llvm-extract/Makefile @@ -12,5 +12,6 @@ TOOLNAME = llvm-extract USEDLIBS = LLVMBCReader.a LLVMBCWriter.a LLVMTransforms.a LLVMipo.a \ LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +REQUIRES_EH := 1 include $(LEVEL)/Makefile.common |