HomeFreeBSD

Add CLANG/LLD/LLD to BROKEN_OPTIONS when building on non-FreeBSD

Description

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

Details

Provenance
arichardsonAuthored on
Reviewer
emaste
Differential Revision
D14245: Add CLANG/LLD/LLD to BROKEN_OPTIONS when building on non-FreeBSD
Parents
rS364121: Fix bootstrapping of pwd_mkdb after r364049
Branches
Unknown
Tags
Unknown