summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-24 12:57:55 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-24 16:30:43 +0100
commit9235e5e0e35768ea536305335889628679ee6a21 (patch)
treeec93bfdf1abeb29147a03973ba65075bc9e7f20a /sys-devel/clang
parentsys-devel/clang: Update components for 16.x (diff)
downloadgentoo-9235e5e0e35768ea536305335889628679ee6a21.tar.gz
gentoo-9235e5e0e35768ea536305335889628679ee6a21.tar.bz2
gentoo-9235e5e0e35768ea536305335889628679ee6a21.zip
sys-devel/clang: Include the whole llvm/lib/Testing dir in checkout
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r--sys-devel/clang/clang-16.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild b/sys-devel/clang/clang-16.0.0.9999.ebuild
index 6db1d12c01a7..4979e95cd523 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -51,7 +51,7 @@ LLVM_COMPONENTS=(
)
LLVM_MANPAGES=1
LLVM_TEST_COMPONENTS=(
- llvm/lib/Testing/Support
+ llvm/lib/Testing
llvm/utils
third-party
)