projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
395af84
)
Use provided llvm-defined variables instead of twisting user-controlled knobs.
author
Nick Lewycky
<nicholas@mxc.ca>
Sat, 24 Apr 2010 05:07:24 +0000
(
05:07
+0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sat, 24 Apr 2010 05:07:24 +0000
(
05:07
+0000)
No visible change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102240
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/ExceptionDemo/Makefile
patch
|
blob
|
history
diff --git
a/examples/ExceptionDemo/Makefile
b/examples/ExceptionDemo/Makefile
index 06bba66e8bf3b19c89e9a07ae9a3e007d69b87f1..480744730eb79a87b6bf42972c3e1ed462810d0b 100644
(file)
--- 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