-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Update LLVM submodule to 7.0 #52983
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 to 7.0 #52983
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
|
de0733d
to
0217459
Compare
r? @kennytm |
I've confirmed that the LLVM 7 release branch includes the fix also needed in #52952 |
This rebase includes a couple other recent fixes that I was getting ready to submit. 😄
|
@bors r+ |
📌 Commit 0217459 has been approved by |
Update LLVM submodule to 7.0 This commit updates the following submodules to LLVM's [recently branched][1] 7.0 release branch: * src/llvm * src/tools/lld * src/libcompiler_builtins/compiler-rt [1]: https://lists.llvm.org/pipermail/llvm-dev/2018-August/125004.html Closes rust-lang#52970
This commit updates the following submodules to LLVM's [recently branched][1] 7.0 release branch: * src/llvm * src/tools/lld * src/libcompiler_builtins/compiler-rt [1]: https://lists.llvm.org/pipermail/llvm-dev/2018-August/125004.html Closes rust-lang#52970
0217459
to
b0337a8
Compare
@bors: r=kennytm |
📌 Commit b0337a8 has been approved by |
⌛ Testing commit b0337a8 with merge f02752139639e5348753aac1f5a99346c98589e0... |
💔 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 |
Update LLVM submodule to 7.0 This commit updates the following submodules to LLVM's [recently branched][1] 7.0 release branch: * src/llvm * src/tools/lld * src/libcompiler_builtins/compiler-rt [1]: https://lists.llvm.org/pipermail/llvm-dev/2018-August/125004.html Closes #52970
☀️ Test successful - status-appveyor, status-travis |
Unfortunately this regressed compile speed across a lot of benchmarks, by up to 2.7%: Probably not a lot we can do about it, though :( |
This commit updates the following submodules to LLVM's recently branched
7.0 release branch:
Closes #52970