From: Daniel Dunbar Date: Mon, 25 Jan 2010 00:45:01 +0000 (+0000) Subject: This example requires RTTI. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bdf49fc1edb0b2a65c767ce47dcb43f12850298c;p=oota-llvm.git This example requires RTTI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94398 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Kaleidoscope/Chapter7/Makefile b/examples/Kaleidoscope/Chapter7/Makefile index 9d2df6f02d0..8911d52560b 100644 --- a/examples/Kaleidoscope/Chapter7/Makefile +++ b/examples/Kaleidoscope/Chapter7/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. TOOLNAME = Kaleidoscope-Ch7 EXAMPLE_TOOL = 1 +REQUIRES_RTTI := 1 LINK_COMPONENTS := core jit interpreter native