summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
blob: 5e244cb5960d3fa95ab89a08bcbcc418ba9cf09a (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
39
#===- 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 = \
	LLVMSparcV9ModuloSched \
	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