]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 5 Sep 2018 18:11:27 +0000 (18:11 +0000)
committerbors <bors@rust-lang.org>
Wed, 5 Sep 2018 18:11:27 +0000 (18:11 +0000)
commit780b0c7bbfacc56f59a729881b5c95cd2c61ff97
treeb80dd88f48c00159836c53c6d7d965095b26c38d
parentd8af8b66d948ff394db1b3a50e2e4fbe02512239
parent7bb30ff0d923f27afd7ab98e338cc835c7b4cf52
Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichton

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.