Restore lldb build

commit 6c10142251 ("Update LLVM submodule") disabled the lldb build.
This patch updates the lldb and clang submodules to once again build
against the LLVM that is included in the Rust tree, and reverts the
.travis.yml changes from that patch.
This commit is contained in:
Tom Tromey 2018-09-04 09:55:41 -06:00
parent 4efc0a7811
commit 289da84381
4 changed files with 7 additions and 7 deletions

4
.gitmodules vendored
View file

@ -59,8 +59,8 @@
[submodule "src/tools/lldb"]
path = src/tools/lldb
url = https://github.com/rust-lang-nursery/lldb/
branch = rust-release-70
branch = rust-release-80-v1
[submodule "src/tools/clang"]
path = src/tools/clang
url = https://github.com/rust-lang-nursery/clang/
branch = release_70
branch = rust-release-80-v1