Skip to content

Commit

Permalink
Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Si…
Browse files Browse the repository at this point in the history
…mulacrum

copy the correct version of LLVM into the stage0 sysroot

In some cases(see rust-lang/rust#109314), when the stage0
compiler relies on more recent version of LLVM than the beta compiler, it may not
be able to locate the correct LLVM in the sysroot. This situation typically occurs
when we upgrade LLVM version while the beta compiler continues to use an older version.

Fixes #109314
  • Loading branch information
bors committed Aug 13, 2023
2 parents 6e32839 + 4b6d53e commit a05b153
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a05b153

Please sign in to comment.