summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/opt
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-07 19:06:27 +0000
committerdim <dim@FreeBSD.org>2015-01-07 19:06:27 +0000
commit17b7ef10fda79e94515b2a9bc292f3efe4621111 (patch)
tree92e62f9b8ac3444c837b52deb7c823149d5b1727 /usr.bin/clang/opt
parente9704d71f8bae3de74c4490ae56fcf44a94c4a84 (diff)
downloadFreeBSD-src-17b7ef10fda79e94515b2a9bc292f3efe4621111.zip
FreeBSD-src-17b7ef10fda79e94515b2a9bc292f3efe4621111.tar.gz
Add the AArch64 llvm backend to the build to allow for early testing and
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
Diffstat (limited to 'usr.bin/clang/opt')
-rw-r--r--usr.bin/clang/opt/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/clang/opt/Makefile b/usr.bin/clang/opt/Makefile
index 8010deb..52cdfda 100644
--- a/usr.bin/clang/opt/Makefile
+++ b/usr.bin/clang/opt/Makefile
@@ -15,7 +15,14 @@ SRCS= AnalysisWrappers.cpp \
opt.cpp
TGHDRS= Intrinsics
-LIBDEPS=llvmarmdisassembler \
+LIBDEPS=llvmaarch64disassembler \
+ llvmaarch64codegen \
+ llvmaarch64asmparser \
+ llvmaarch64desc \
+ llvmaarch64info \
+ llvmaarch64instprinter \
+ llvmaarch64utils \
+ llvmarmdisassembler \
llvmarmcodegen \
llvmarmasmparser \
llvmarmdesc \
OpenPOWER on IntegriCloud