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
17 lines
288 B
Makefile
17 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64asmparser
|
|
|
|
SRCDIR= lib/Target/AArch64/AsmParser
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64AsmParser.cpp
|
|
|
|
TGHDRS= AArch64GenAsmMatcher \
|
|
AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|