]> git.proxmox.com Git - rustc.git/blame - src/llvm/examples/Kaleidoscope/Chapter8/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / examples / Kaleidoscope / Chapter8 / Makefile
CommitLineData
85aaf69f
SL
1##===- examples/Kaleidoscope/Chapter7/Makefile -------------*- Makefile -*-===##
2#
223e47cc
LB
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
85aaf69f 7#
223e47cc 8##===----------------------------------------------------------------------===##
1a4d82fc 9LEVEL = ../../..
85aaf69f
SL
10TOOLNAME = Kaleidoscope-Ch8
11EXAMPLE_TOOL = 1
12REQUIRES_RTTI := 1
13
14LINK_COMPONENTS := core mcjit native
223e47cc 15
85aaf69f 16include $(LEVEL)/Makefile.common