commit: 0c131285fe2232ae7e53bc561d0d11bbb761c6a4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 09:42:32 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 12:10:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c131285
sys-devel/llvm: Install LLVMDebuginfod static library for lldb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/llvm/llvm-19.0.0.9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-devel/llvm/llvm-19.0.0.9999.ebuild
b/sys-devel/llvm/llvm-19.0.0.9999.ebuild
index 9c1e247877cc..a0c0d6fa41d6 100644
--- a/sys-devel/llvm/llvm-19.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-19.0.0.9999.ebuild
@@ -128,6 +128,9 @@ check_distribution_components() {
# TableGen lib + deps
LLVMDemangle|LLVMSupport|LLVMTableGen)
;;
+ # used by lldb
+ LLVMDebuginfod)
+ ;;
# testing libraries
LLVMTestingAnnotations|LLVMTestingSupport)
;;
@@ -217,6 +220,9 @@ get_distribution_components() {
if multilib_is_native_abi; then
out+=(
+ # library used by lldb
+ LLVMDebuginfod
+
# utilities
llvm-tblgen
FileCheck