mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
5eda609986
Rafael Esp?ndola for pointing this out llvm-svn: 30100
17 lines
549 B
Makefile
17 lines
549 B
Makefile
##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL := ../..
|
|
TOOLNAME := lli
|
|
LINK_COMPONENTS := jit interpreter native bcreader selectiondag
|
|
REQUIRES_EH := 1
|
|
|
|
# Enable JIT support
|
|
include $(LEVEL)/Makefile.common
|