mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
6a60d18018
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22414 91177308-0d34-0410-b5e6-96231b3b80d8
17 lines
500 B
Makefile
17 lines
500 B
Makefile
##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Reid A. Spencer and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../..
|
|
TOOLNAME = ParallelJIT
|
|
EXAMPLE_TOOL = 1
|
|
|
|
# Enable JIT support
|
|
LLVMLIBS := JIT
|
|
|
|
include $(LEVEL)/Makefile.common
|