diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-12-18 12:25:59 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-12-22 19:21:28 +0100 |
| commit | 391733a6a262e20c814acf6faa4765800b035a10 (patch) | |
| tree | f1291962e3a05e98d6f107d8dcf08554e7731a51 /llvm-core/llvm/llvm-20.0.0.9999.ebuild | |
| parent | ad9c144cba2f3bced862a9ac15b16577beae31b8 (diff) | |
| download | gentoo-391733a6a262e20c814acf6faa4765800b035a10.tar.gz gentoo-391733a6a262e20c814acf6faa4765800b035a10.tar.bz2 gentoo-391733a6a262e20c814acf6faa4765800b035a10.zip | |
llvm-core/llvm: Install LLVMCodeGenTypes for mlir-tblgen
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'llvm-core/llvm/llvm-20.0.0.9999.ebuild')
| -rw-r--r-- | llvm-core/llvm/llvm-20.0.0.9999.ebuild | 5 |
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 |
