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:
Tom Tromey 2018-11-27 13:06:49 -07:00
parent aeff91d977
commit 999595f640
4 changed files with 7 additions and 7 deletions

4
.gitmodules vendored
View file

@ -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