-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md with latest LLVM v13 toolchain. #6420
Comments
Are you referring to the https://github.com/halide/Halide#platform-support section? That isn't tied to the LLVM release, but to the buildbot hardware. |
Ah, okay! So we don't officially build against v13? |
Our first-party binary releases of Halide N are built against LLVM N, but LLVM N±1 are supported. I don't think that's documented in the README anywhere. |
Ahhh ... so the officially supported toolchains are the lowest common stable version, but we build N+1 for releases too. Makes sense. |
Also, I just noticed that the drop of LLVM v11 support (and associated updates to docs) occurred after the v13 release which is what I was looking at, so the doc changes I was originally suggesting are already done. Sorry for the noise. |
Not noise! Those should be included in the 13.0.1 backport if they're not already. |
Oooh ... okay! Should I backport #6396 too? |
Couldn't hurt! |
A dissenting opinion: don't bother. There were followup changes that were ticklish to get right. We don't want to backport things that aren't bug fixes, and this isn't that. |
Good point. I was hesitant to make any significant changes, and if this goes beyond docs, then I'd suggest we hold off for a minor release. |
A very reasonable dissent 🙂 |
Now that LLVM/Clang v13 is out, we should probably update the README.md to indicate the currently supported toolchains and configs to match.
The text was updated successfully, but these errors were encountered: