-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 LLVM submodule #53611
Update LLVM submodule #53611
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
31cfa3f
to
ee7e10d
Compare
@tromey as a heads up I've disabled LLDB here as it looks like LLDB has some custom patches which don't rebase (and I've avoided updating the clang submodule as well for now in addition) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I will look at it when I am no longer very ill. However if disabling lldb is going to be how upgrades are done, then I think we should rethink the approach. Is there a way to not have lldb in-tree and still have it appear in rustup? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I've bisected that failure to https://bugs.llvm.org/show_bug.cgi?id=38711, I'll give it a few days to see if we can get a fix in |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
caa8c2c
to
9f5ce02
Compare
@bors: r=nikomatsakis |
📌 Commit 9f5ce02a860a51b5e01fc6f1fe07a776b5858d5c has been approved by |
⌛ Testing commit 9f5ce02a860a51b5e01fc6f1fe07a776b5858d5c with merge 91963c93f35d3968b29cbb01826d1f5f97abd7cb... |
💔 Test failed - status-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
This commit updates the LLVM submodule to the current trunk of LLVM itself. This brings a few notable improvements for the wasm target: * Support for wasm atomic instructions is greatly improved * Renamed memory wasm intrinsics are fully supported * LLD has fixed a quadratic execution bug with large numbers of relocations in wasm files. The compiler-rt submodule has been updated in tandem as well.
9f5ce02
to
6c10142
Compare
@bors: r=nikomatsakis |
📌 Commit 6c10142 has been approved by |
Update LLVM submodule This commit updates the LLVM submodule to the current trunk of LLVM itself. This brings a few notable improvements for the wasm target: * Support for wasm atomic instructions is greatly improved * Renamed memory wasm intrinsics are fully supported * LLD has fixed a quadratic execution bug with large numbers of relocations in wasm files. The compiler-rt submodule has been updated in tandem as well.
☀️ Test successful - status-appveyor, status-travis |
This commit updates the LLVM submodule to the current trunk of LLVM itself. This
brings a few notable improvements for the wasm target:
wasm files.
The compiler-rt submodule has been updated in tandem as well.