diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-01-25 00:45:01 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-01-25 00:45:01 +0000 |
commit | bdf49fc1edb0b2a65c767ce47dcb43f12850298c (patch) | |
tree | 34cba002f3aba70216f20fba854440d7b869c988 /examples | |
parent | 75f9b4b63a7c271b29897db35f3453fb89a1cac6 (diff) |
This example requires RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Kaleidoscope/Chapter7/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |