Revert "Mark LLDB/CLANG_BOOTSTRAP/LLD_BOOTSTRAP as broken on non-FreeBSD for now"

The fixes for this have now been committed so we can re-enable these.

This reverts commit d9f25575a2.

MFC after:	1 week
This commit is contained in:
Jessica Clarke 2021-08-24 15:00:06 +01:00
parent c1f7d8dd23
commit 83ec48b792

View File

@ -360,13 +360,6 @@ __DEFAULT_YES_OPTIONS+=OPENMP
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
.if ${.MAKE.OS} != "FreeBSD"
# Bootstrapping the toolchain and building LLDB currently results in build
# failures non-FreeBSD, so disable these options until the fixes that are
# currently under review have landed.
BROKEN_OPTIONS+=LLDB CLANG_BOOTSTRAP LLD_BOOTSTRAP
.endif
.include <bsd.mkopt.mk>
#