mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
d5aea06291
llvm-svn: 22414
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
|