diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-01 06:41:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-01 08:41:56 +0200 |
commit | 740d288982ed77eb8142d4e210b80f80a22a8ec2 (patch) | |
tree | 7cb1329eeda60db656643b8973b3ee4b2de34bc0 /sys-devel | |
parent | app-containers/lxd: drop old (diff) | |
download | gentoo-740d288982ed77eb8142d4e210b80f80a22a8ec2.tar.gz gentoo-740d288982ed77eb8142d4e210b80f80a22a8ec2.tar.bz2 gentoo-740d288982ed77eb8142d4e210b80f80a22a8ec2.zip |
sys-devel/llvm: Add reduce-chunk-list tool to components
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-19.0.0.9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/llvm/llvm-19.0.0.9999.ebuild b/sys-devel/llvm/llvm-19.0.0.9999.ebuild index 4332413a3d4a..ec5c511745fc 100644 --- a/sys-devel/llvm/llvm-19.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-19.0.0.9999.ebuild @@ -311,6 +311,7 @@ get_distribution_components() { llvm-xray obj2yaml opt + reduce-chunk-list sancov sanstats split-file |