about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-13 18:36:44 +0000
committerbors <bors@rust-lang.org>2023-08-13 18:36:44 +0000
commitebbd7154a713a282e4b39da5107cdae2bf2efcb4 (patch)
tree6ada2e3ba7b995b0fdd2285580df37b8451a8312 /compiler/rustc_interface/src/interface.rs
parent644e8068cbffef6428d1970fe50a4a863079ee54 (diff)
parentaec4b59385e6a2d5c4bee675691b369b30ad5700 (diff)
downloadrust-ebbd7154a713a282e4b39da5107cdae2bf2efcb4.tar.gz
rust-ebbd7154a713a282e4b39da5107cdae2bf2efcb4.zip
Auto merge of #114480 - ozkanonur:fix-stage0-compiler-llvm, r=Mark-Simulacrum
copy the correct version of LLVM into the stage0 sysroot

In some cases(see https://github.com/rust-lang/rust/issues/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
Diffstat (limited to 'compiler/rustc_interface/src/interface.rs')
0 files changed, 0 insertions, 0 deletions