Skip to content

Commit

Permalink
Auto merge of rust-lang#131448 - DianQK:fixes-131164, r=onur-ozkan
Browse files Browse the repository at this point in the history
Update LLVM submodule

Fixes (maybe after beta backport) rust-lang#131164.

r? nikic
  • Loading branch information
bors committed Oct 12, 2024
2 parents 8f8bee4 + 4441a89 commit e200c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/bootstrap/src/core/config/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ pub(crate) fn parse(config: &str) -> Config {
)
}

// FIXME: Resume this test after establishing a stabilized change tracking logic.
#[ignore]
#[test]
fn download_ci_llvm() {
assert!(parse("").llvm_from_ci);
Expand Down

0 comments on commit e200c7f

Please sign in to comment.