mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
95f870ece4
- Also, switch tests to not using llvm-as. They run 20% faster now, not that it matters. llvm-svn: 118952
16 lines
505 B
Makefile
16 lines
505 B
Makefile
##===- tools/lli/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 := lli
|
|
LINK_COMPONENTS := jit interpreter nativecodegen bitreader asmparser selectiondag
|
|
|
|
# Enable JIT support
|
|
include $(LEVEL)/Makefile.common
|