aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc/Makefile
blob: 553ff952add321787c21fbd294cd82ee77c319b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#===- 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.
# 
##===----------------------------------------------------------------------===##

LEVEL = ../..
TOOLNAME = llc
USEDLIBS = \
	LLVMCBackend \
	LLVMPowerPC \
	LLVMSparcV9 \
	LLVMX86 \
	LLVMSkeleton \
	LLVMSelectionDAG \
	LLVMSparcV9RegAlloc \
	LLVMSparcV9InstrSched \
	LLVMCodeGen \
	LLVMTarget.a \
	LLVMSparcV9LiveVar \
	LLVMipa.a \
	LLVMTransforms.a \
	LLVMScalarOpts.a \
	LLVMAnalysis.a \
	LLVMTransformUtils.a \
	LLVMBCReader \
	LLVMBCWriter \
	LLVMCore \
	LLVMSupport.a \
	LLVMSystem.a

TOOLLINKOPTS = $(PLATFORMLIBDL)

include $(LEVEL)/Makefile.common