Re: git: b00578b9b208 - main - devel/llvm13: update to 13.0.1

From: Brooks Davis <brooks_at_freebsd.org>
Date: Thu, 10 Feb 2022 19:47:22 UTC
On Wed, Feb 09, 2022 at 09:48:44PM +0100, T??l Coosemans wrote:
> On Wed, 9 Feb 2022 20:52:24 +0100 Christoph Moench-Tegeder
> <cmt@burggraben.net> wrote:
> > Hi,
> > 
> > ## Brooks Davis (brooks@FreeBSD.org):
> > 
> >> Subject: git: b00578b9b208 - main - devel/llvm13: update to 13.0.1  
> > 
> > what's your opinion on folding devel/wasi-compiler-rt13 and
> > devel/wasi-libcxx into the main llvm13 port?
> > As it stands now, we have to chase the llvm updates (luckily,
> > there are only a few updates) in the wasi-ports to keep firefox
> > building; and we can only build firefox with the llvm for which
> > we have the wasi-libcxx port.
> > On the llvm side, the wasi ports are already build from the llvm
> > source, and the additional install size isn't that much when
> > compared to the rest of the llvm package.
> 
> An alternative would be to create separate devel/wasi-libc<version> and
> devel/wasi-libcxx<version> ports for each llvm<version>.

If it's straightforward to enable in the monolithic llvm port I'd be
willing to do that.  My usual strategy for such things is to start by
adding them to devel/llvm-devel and then add them to devel/llvm## ports
based on demand.

-- Brooks