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:
parent
4efc0a7811
commit
289da84381
4 changed files with 7 additions and 7 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue