diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-24 05:07:24 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-24 05:07:24 +0000 |
commit | 20f5e974e4ae503be30226039f61136e7c8a222e (patch) | |
tree | c55a6d691108eace4a37a38493835c9a2a7d95ac /llvm/examples | |
parent | 3afcd7cd8072336d67725db2420688fe7ccdb9a3 (diff) | |
download | bcm5719-llvm-20f5e974e4ae503be30226039f61136e7c8a222e.tar.gz bcm5719-llvm-20f5e974e4ae503be30226039f61136e7c8a222e.zip |
Use provided llvm-defined variables instead of twisting user-controlled knobs.
No visible change.
llvm-svn: 102240
Diffstat (limited to 'llvm/examples')
-rw-r--r-- | llvm/examples/ExceptionDemo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/examples/ExceptionDemo/Makefile b/llvm/examples/ExceptionDemo/Makefile index 06bba66e8bf..480744730eb 100644 --- a/llvm/examples/ExceptionDemo/Makefile +++ b/llvm/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 |