Download raw body.
devel/clang-tools-extra: proposal to add FileCheck tool
On Tue Sep 10, 2024 at 02:16:51PM GMT, Kirill A. Korinsky wrote: > On Tue, 10 Sep 2024 10:43:06 +0200, > Laurent Cheylus <foxy@free.fr> wrote: > > > > Index: pkg/PLIST > > =================================================================== > > RCS file: /cvs/ports/devel/clang-tools-extra/pkg/PLIST,v > > diff -u -p -r1.7 PLIST > > --- pkg/PLIST 27 May 2024 18:14:09 -0000 1.7 > > +++ pkg/PLIST 6 Sep 2024 20:45:22 -0000 > > @@ -1,3 +1,4 @@ > > +@bin bin/FileCheck > > @bin bin/clang-apply-replacements > > @bin bin/clang-change-namespace > > @bin bin/clang-doc > > 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
devel/clang-tools-extra: proposal to add FileCheck tool