aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM64/Makefile
blob: 5f0f3071ba09916acfcb45dfd03f002c900a7ba4 (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
##===- lib/Target/ARM64/Makefile ---------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../..
LIBRARYNAME = LLVMARM64CodeGen
TARGET = ARM64

# Make sure that tblgen is run, first thing.
BUILT_SOURCES = ARM64GenRegisterInfo.inc ARM64GenInstrInfo.inc \
		ARM64GenAsmWriter.inc ARM64GenAsmWriter1.inc \
		ARM64GenDAGISel.inc \
		ARM64GenCallingConv.inc ARM64GenAsmMatcher.inc \
		ARM64GenSubtargetInfo.inc ARM64GenMCCodeEmitter.inc \
		ARM64GenFastISel.inc ARM64GenDisassemblerTables.inc \
		ARM64GenMCPseudoLowering.inc

DIRS = TargetInfo InstPrinter AsmParser Disassembler MCTargetDesc

include $(LEVEL)/Makefile.common