Page MenuHomeFreeBSD

D14245.id75549.diff
No OneTemporary

D14245.id75549.diff

Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -365,6 +365,14 @@
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
+.if ${.MAKE.OS} != "FreeBSD"
+# Building the target compiler requires building tablegen on the host
+# which is (currently) not possible on non-FreeBSD
+BROKEN_OPTIONS+=CLANG LLD LLDB
+# The same also applies to the boostrap LLVM.
+BROKEN_OPTIONS+=CLANG_BOOTSTRAP LLD_BOOTSTRAP
+.endif
+
.include <bsd.mkopt.mk>
#

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 23, 12:28 AM (17 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28947055
Default Alt Text
D14245.id75549.diff (526 B)

Event Timeline