17b7ef10fd
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
255 B
Makefile
16 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64utils
|
|
|
|
SRCDIR= lib/Target/AArch64/Utils
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64BaseInfo.cpp
|
|
|
|
TGHDRS= AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|