mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 21:47:23 +00:00
![Daniel Dunbar](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76366 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
474 B
Makefile
16 lines
474 B
Makefile
##===- examples/Kaleidoscope/Makefile ----------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../..
|
|
TOOLNAME = Kaleidoscope
|
|
EXAMPLE_TOOL = 1
|
|
|
|
LINK_COMPONENTS := core jit interpreter native
|
|
|
|
include $(LEVEL)/Makefile.common
|