summaryrefslogtreecommitdiff
path: root/llvm-core/llvm/llvm-20.0.0.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-core/llvm/llvm-20.0.0.9999.ebuild')
-rw-r--r--llvm-core/llvm/llvm-20.0.0.9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm-core/llvm/llvm-20.0.0.9999.ebuild b/llvm-core/llvm/llvm-20.0.0.9999.ebuild
index 9f0241e1ec26..63bcc0f4ae25 100644
--- a/llvm-core/llvm/llvm-20.0.0.9999.ebuild
+++ b/llvm-core/llvm/llvm-20.0.0.9999.ebuild
@@ -136,6 +136,9 @@ check_distribution_components() {
# TableGen lib + deps
LLVMDemangle|LLVMSupport|LLVMTableGen)
;;
+ # for mlir-tblgen
+ LLVMCodeGenTypes)
+ ;;
# used by lldb
LLVMDebuginfod)
;;
@@ -223,6 +226,8 @@ get_distribution_components() {
LLVMDemangle
LLVMSupport
LLVMTableGen
+ # mlir-tblgen
+ LLVMCodeGenTypes
# testing libraries
llvm_gtest