]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add CLANG/LLD/LLD to BROKEN_OPTIONS when building on non-FreeBSD
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 11 Aug 2020 16:46:43 +0000 (16:46 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Tue, 11 Aug 2020 16:46:43 +0000 (16:46 +0000)
commit14267d398f875341144c3ad66a5bc690bd14b475
treeffbc83d638b738e1d286b74e3691473b8ab783f5
parentb05fc77a36028619e670205f3860e64f10ed10a8
Add CLANG/LLD/LLD to BROKEN_OPTIONS when building on non-FreeBSD

These tools require a bootstrap llvm-tblgen/clang-tblgen and that cannot
be built with the current make infrastructure: the config header is not
correct for Linux/macOS and we don't include the CMakeLists.txt in contrib
so we can't generate one that would be correct.

Reviewed By: emaste, imp, dim
Differential Revision: https://reviews.freebsd.org/D14245
share/mk/src.opts.mk