1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

Build lld by default on amd64 and arm64

This commit is contained in:
Ed Maste 2016-09-01 20:36:10 +00:00
parent dab362ec59
commit ecf2489b1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang390-import/; revision=305238

View File

@ -184,7 +184,6 @@ __DEFAULT_NO_OPTIONS = \
EISA \
HESIOD \
LIBSOFT \
LLD \
NAND \
OFED \
OPENLDAP \
@ -249,9 +248,9 @@ __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
__DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND
.endif
.if ${__T} == "aarch64" || ${__T} == "amd64"
__DEFAULT_YES_OPTIONS+=LLDB
__DEFAULT_YES_OPTIONS+=LLD LLDB
.else
__DEFAULT_NO_OPTIONS+=LLDB
__DEFAULT_NO_OPTIONS+=LLD LLDB
.endif
# LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5
.if ${__T} == "arm" || ${__T} == "armeb"