Re: devel/llvm10: deprecate, set short expiration ( lang/ghc810 has LLVM_VERSION= 10 )
Date: Thu, 21 Sep 2023 13:42:00 UTC
On Thu, Sep 21, 2023 at 4:27 PM Brooks Davis <brooks@freebsd.org> wrote: > > > One compromise position would be to dial back the default options in > llvm10 to only those required by ghc (or just llvm+clang+lld). It > probably doesn't make sense to confine it to arm only as it would be > missed in exp-runs. > > -- Brooks That'd be nice as GHC doesn't even need clang. It produces textual LLVM IR and feeds it directly to llc. It doesn't need lld from the port either.