On Fri, Feb 14, 2025 at 09:25:11PM +1100, Jonathan Gray wrote: > On Thu, Feb 13, 2025 at 06:43:27AM +0100, Anton Lindqvist wrote: > > On Thu, Feb 13, 2025 at 10:21:39AM +1100, Jonathan Gray wrote: > > > On Wed, Feb 12, 2025 at 06:39:25AM +0100, Anton Lindqvist wrote: > > > > Hi, > > > > Update include-what-you-use (IWYU) to version 0.23. As each IWYU release > > > > is tied to a specific LLVM release, this puts a firm dependency on > > > > llvm-19 from ports. > > > > > > > > Comments? OK? > > > > > -COMPILER= base-clang ports-gcc > > > > +COMPILER= ports-clang > > > > > > it builds with base clang, why change this? > > > > Fixed > > > > > -COMPILER= base-clang ports-gcc > > +COMPILER= base-clang ports-clang > > does the newer version not build with port-gcc ?
It does build on sparc64 with ports-gcc. It also seems to work in a quick runtime test. > > The rest of the diff is fine, ok jsg@ if you don't change COMPILER >