From: Michał Górny Date: Sat, 7 Apr 2018 09:05:44 +0000 (+0200) Subject: sys-devel/clang: Include LLVMTestingSupport lib in -9999 checkout X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=132e9a33cfbdaf22c518f8c0a231b3599b2c6ad2;p=gentoo.git sys-devel/clang: Include LLVMTestingSupport lib in -9999 checkout Include the lib/Testing/Support directory in LLVM checkout since the clangd tests (part of clang-tools-extra) require that library now. The code still needs a fix upstream to actually build the library. --- diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index d769bda1d033..8bc9b08cc459 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -99,7 +99,8 @@ src_unpack() { "${S}"/tools/extra if use test; then git-r3_checkout https://llvm.org/git/llvm.git \ - "${WORKDIR}"/llvm '' utils/{lit,llvm-lit,unittest} + "${WORKDIR}"/llvm '' \ + lib/Testing/Support utils/{lit,llvm-lit,unittest} fi git-r3_checkout "${EGIT_REPO_URI}" "${S}" }