commit: ce8a2189baaac191c29d0ac7cef4c9c54abf257c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue Mar 26 09:28:04 2019 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 09:28:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8a2189
profiles/prefix/darwin/macos/package.mask: mask llvm too In order to bootstrap, we need to select a compatible llvm, since we're ignoring deps to break out of cycles. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/macos/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index ff9c1e70a76..b9bd2febc16 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -5,6 +5,7 @@ # LLVM/clang 8 cannot compile itself, fails with the linker complaining # about a missing symbol (clang::clangd::detail::log(..,..)) =sys-devel/clang-8.0.0* +=sys-devel/llvm-8.0.0* # Fabian Groffen <[email protected]> (22 Mar 2019) # Newer versions break because they insist on sysroot usage lacking
