summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-25 00:45:01 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-25 00:45:01 +0000
commit19c46329dd641ddedc2429c3819015bb46c34398 (patch)
tree219d342b27f630393b1c4a8e98a3f001d2c5ff74 /llvm/examples
parent90986f5d3fc6c40bae8aab9ec389c0ddd1f3853f (diff)
downloadbcm5719-llvm-19c46329dd641ddedc2429c3819015bb46c34398.tar.gz
bcm5719-llvm-19c46329dd641ddedc2429c3819015bb46c34398.zip
This example requires RTTI.
llvm-svn: 94398
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter7/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter7/Makefile b/llvm/examples/Kaleidoscope/Chapter7/Makefile
index 9d2df6f02d0..8911d52560b 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/Makefile
+++ b/llvm/examples/Kaleidoscope/Chapter7/Makefile
@@ -9,6 +9,7 @@
LEVEL = ../../..
TOOLNAME = Kaleidoscope-Ch7
EXAMPLE_TOOL = 1
+REQUIRES_RTTI := 1
LINK_COMPONENTS := core jit interpreter native
OpenPOWER on IntegriCloud