Page MenuHomeFreeBSD

D9487.id.diff
No OneTemporary

D9487.id.diff

Index: projects/clang400-import/share/mk/src.opts.mk
===================================================================
--- projects/clang400-import/share/mk/src.opts.mk
+++ projects/clang400-import/share/mk/src.opts.mk
@@ -325,6 +325,16 @@
MK_UNBOUND:= no
.endif
+.if ${MK_LLD} == "no"
+MK_LLD_IS_LD:= no
+.endif
+
+# LLD requires LLVM libraries, and we do not yet compare in-tree and host LLD
+# versions to avoid building it if they are identical.
+.if ${MK_LLD_IS_LD} != "no"
+MK_SYSTEM_COMPILER:= no
+.endif
+
.if ${MK_SOURCELESS} == "no"
MK_SOURCELESS_HOST:= no
MK_SOURCELESS_UCODE:= no

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 7, 8:45 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31048962
Default Alt Text
D9487.id.diff (601 B)

Event Timeline