From ce8a2189baaac191c29d0ac7cef4c9c54abf257c Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Tue, 26 Mar 2019 10:28:04 +0100 Subject: [PATCH] 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 --- 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 ff9c1e70a76f..b9bd2febc160 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 (22 Mar 2019) # Newer versions break because they insist on sysroot usage lacking -- 2.26.2