Newer
Older
##===- tools/llc/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.
#
##===----------------------------------------------------------------------===##
TOOLNAME = llc
regalloc \
sched \
select \
codegen \
target.a \
livevar \
Chris Lattner
committed
transforms.a \
Chris Lattner
committed
analysis.a \
transformutils.a \
Brian Gaeke
committed
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common