FreeBSD Bugzilla – Attachment 177426 Details for
Bug 214864
[exp-run] test build with lld as /usr/bin/ld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to enable lld on all architectures
lld-all-archs.diff (text/plain), 995 bytes, created by
Ed Maste
on 2016-11-27 00:07:03 UTC
(
hide
)
Description:
patch to enable lld on all architectures
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2016-11-27 00:07:03 UTC
Size:
995 bytes
patch
obsolete
>commit 7561f633ae8f1bd34a1408ae27268fa111b66280 >Author: Ed Maste <emaste@freebsd.org> >Date: Sat Nov 26 17:58:11 2016 -0500 > > Enable LLD on all architectures for testing > >diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk >index 1307982..60bf287 100644 >--- a/share/mk/src.opts.mk >+++ b/share/mk/src.opts.mk >@@ -122,6 +122,8 @@ __DEFAULT_YES_OPTIONS = \ > LIB32 \ > LIBPTHREAD \ > LIBTHR \ >+ LLD \ >+ LLD_AS_LD \ > LOCALES \ > LOCATE \ > LPR \ >@@ -251,15 +253,10 @@ __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND > .else > __DEFAULT_NO_OPTIONS+=LLVM_LIBUNWIND > .endif >-.if ${__T} == "aarch64" >-__DEFAULT_YES_OPTIONS+=LLD_AS_LD >-.else >-__DEFAULT_NO_OPTIONS+=LLD_AS_LD >-.endif > .if ${__T} == "aarch64" || ${__T} == "amd64" >-__DEFAULT_YES_OPTIONS+=LLD LLDB >+__DEFAULT_YES_OPTIONS+=LLDB > .else >-__DEFAULT_NO_OPTIONS+=LLD LLDB >+__DEFAULT_NO_OPTIONS+=LLDB > .endif > # LLVM lacks support for FreeBSD 64-bit atomic operations for ARMv4/ARMv5 > .if ${__T} == "arm" || ${__T} == "armeb"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214864
:
177426
|
181427
|
185533
|
185682
|
185684
|
185976
|
186042
|
186060
|
193869
|
195636
|
195726
|
197173
|
199581
|
200892