From bdf49fc1edb0b2a65c767ce47dcb43f12850298c Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 25 Jan 2010 00:45:01 +0000 Subject: This example requires RTTI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94398 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter7/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/Kaleidoscope/Chapter7/Makefile b/examples/Kaleidoscope/Chapter7/Makefile index 9d2df6f02d..8911d52560 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 -- cgit v1.2.3-18-g5258