From 391733a6a262e20c814acf6faa4765800b035a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 18 Dec 2024 12:25:59 +0100 Subject: llvm-core/llvm: Install LLVMCodeGenTypes for mlir-tblgen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- llvm-core/llvm/llvm-20.0.0.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm-core/llvm/llvm-20.0.0.9999.ebuild') 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 -- cgit v1.2.3