Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git] / examples / Kaleidoscope / Chapter7 / Makefile
blob6cec323efd402f4c8c858df8e42268ce4703831f
1 ##===- examples/Kaleidoscope/Chapter7/Makefile -------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 TOOLNAME = Kaleidoscope-Ch7
11 EXAMPLE_TOOL = 1
12 REQUIRES_RTTI := 1
14 LINK_COMPONENTS := core jit native
16 include $(LEVEL)/Makefile.common