On Tue, 10 Sep 2024 14:21:41 +0200, Rafael Sadowski wrote: > On Tue Sep 10, 2024 at 02:16:51PM GMT, Kirill A. Korinsky wrote: >> I'd like to add my two cents: as far as I see no llvm packages builds >> FileCheck. I think that if we enable it here, we need to repeat it for all >> llvm ports. Do you agree? > > I agree with you, Kirill. I don't think clang-tools-extra is the right > place for an LLVM-specific tool
You're right: clang-tools-extra is no the right place to add FileCheck (LLVM specific tool, not clang one). I will do some tests to add it in LLVM ports, by modifying devel/llvm/Makefile.inc file. Thanks, Laurent