Re-enable lldb
Commit 7215963e56 disabled lldb due to the LLVM update. This patch
updates lldb to build against the Rust LLVM, and re-enables it.
This commit is contained in:
parent
aeff91d977
commit
999595f640
4 changed files with 7 additions and 7 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -56,9 +56,9 @@
|
|||
[submodule "src/tools/lldb"]
|
||||
path = src/tools/lldb
|
||||
url = https://github.com/rust-lang-nursery/lldb.git
|
||||
branch = rust-release-80-v1
|
||||
branch = rust-release-80-v2
|
||||
[submodule "src/tools/clang"]
|
||||
path = src/tools/clang
|
||||
url = https://github.com/rust-lang-nursery/clang.git
|
||||
branch = rust-release-80-v1
|
||||
branch = rust-release-80-v2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue