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 | 4cf6979f5b86ec693788042c2781afa89f10395e (patch) | |
tree | 34cba002f3aba70216f20fba854440d7b869c988 /examples | |
parent | 51a5014b6e7825f595a861836f35c855d6ed051a (diff) | |
download | external_llvm-4cf6979f5b86ec693788042c2781afa89f10395e.zip external_llvm-4cf6979f5b86ec693788042c2781afa89f10395e.tar.gz external_llvm-4cf6979f5b86ec693788042c2781afa89f10395e.tar.bz2 |
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 9d2df6f..8911d52 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 |