From: Nick Lewycky Date: Sat, 24 Apr 2010 05:07:24 +0000 (+0000) Subject: Use provided llvm-defined variables instead of twisting user-controlled knobs. X-Git-Tag: android-x86-6.0-r1~1003^2~7022 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ec42dd6e1999ad910696720a5b760c028191aede;p=android-x86%2Fexternal-llvm.git Use provided llvm-defined variables instead of twisting user-controlled knobs. No visible change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102240 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/ExceptionDemo/Makefile b/examples/ExceptionDemo/Makefile index 06bba66e8bf..480744730eb 100644 --- a/examples/ExceptionDemo/Makefile +++ b/examples/ExceptionDemo/Makefile @@ -9,9 +9,8 @@ LEVEL = ../.. TOOLNAME = ExceptionDemo EXAMPLE_TOOL = 1 +REQUIRES_EH = 1 LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common - -CXXFLAGS += -fexceptions