summaryrefslogtreecommitdiff
path: root/llvm-core/llvm/llvm-21.0.0.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/llvm/llvm-21.0.0.9999.ebuild')
-rw-r--r--llvm-core/llvm/llvm-21.0.0.9999.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm-core/llvm/llvm-21.0.0.9999.ebuild b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
index 68b0dfb7fe08..d04fe8116598 100644
--- a/llvm-core/llvm/llvm-21.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-21.0.0.9999.ebuild
@@ -161,6 +161,10 @@ check_distribution_components() {
llvm-debuginfod)
use debuginfod || continue
;;
+ # used only w/ USE=xml
+ llvm-mt)
+ use xml || continue
+ ;;
esac
all_targets+=( "${l}" )
@@ -298,7 +302,6 @@ get_distribution_components() {
llvm-ml
llvm-ml64
llvm-modextract
- llvm-mt
llvm-nm
llvm-objcopy
llvm-objdump
@@ -357,6 +360,9 @@ get_distribution_components() {
use debuginfod && out+=(
llvm-debuginfod
)
+ use xml && out+=(
+ llvm-mt
+ )
fi
printf "%s${sep}" "${out[@]}"