mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
47a80b9264
to ease any rework of how clang is built to take arm64 in to account. Submitted by: andrew Reviewed by: andrew, emaste Differential Revision: https://reviews.freebsd.org/D1446
16 lines
261 B
Makefile
16 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64info
|
|
|
|
SRCDIR= lib/Target/AArch64/TargetInfo
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64TargetInfo.cpp
|
|
|
|
TGHDRS= AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|