crystal-lang / distribution-scripts

40 stars 23 forks source link

Upgrade Darwin package to build crystal against LLVM 17 #280

Open miry opened 6 months ago

miry commented 6 months ago

Homebrew crystal uses llvm 17. The current solution for darwin using llvm 15.

Should it crystal package use the same LLVM version as for homebrew build script?

straight-shoota commented 6 months ago

Yeah, that would be ideal. I think the updates for darwin are usually lagging behind (or happen less frequently) because it's more effort with omnibus. It shouldn't really matter that much which LLVM version is used though. Maybe newer ones offer some small performance gains, but usually it shouldn't be much.