-
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
Re-enable lldb #56298
Re-enable lldb #56298
Conversation
Commit 7215963 disabled lldb due to the LLVM update. This patch updates lldb to build against the Rust LLVM, and re-enables it.
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors: p=1 |
er, forgot to... @bors: r+ |
📌 Commit 999595f has been approved by |
Re-enable lldb Commit 7215963 disabled lldb due to the LLVM update. This patch updates lldb to build against the Rust LLVM, and re-enables it.
💔 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 |
@bors: retry Gotta prime the caches |
Re-enable lldb Commit 7215963 disabled lldb due to the LLVM update. This patch updates lldb to build against the Rust LLVM, and re-enables it.
☀️ Test successful - status-appveyor, status-travis |
Commit 7215963 disabled lldb due to the LLVM update. This patch
updates lldb to build against the Rust LLVM, and re-enables it.