-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
use llvm 12.0.0 release #178
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting!
Not so much; it was tagged even though 13 known regressions since LLVM 11 are still open. https://bugs.llvm.org/show_bug.cgi?id=48902 I wouldn't rush. |
Of those regressions, it only looks like 2 of the regressions are miscompilations in InstCombine. I don't know for sure if those could affect wasm32-wasi. I'm inclined to go ahead and release on top of 12.0.0 unless @sbc100 can indicate that a 12.0.1 is coming shortly. |
In emscripten we have seen some regressions due to the new pass manager.. but I think we planning on simply accepting them. |
I'm not following the plans for a 12.0.1 release. |
Thanks. Sounds like we should just go ahead with a release based on 12.0.0, and do another release whenever upstream does. |
No description provided.