You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In some cases(see https://github.com/rust-lang/rust/issues/109314), when the stage0
1788
-
// compiler relies on more recent version of LLVM than the beta compiler, it may not
1788
+
// compiler relies on more recent version of LLVM than the stage0 compiler, it may not
1789
1789
// be able to locate the correct LLVM in the sysroot. This situation typically occurs
1790
-
// when we upgrade LLVM version while the beta compiler continues to use an older version.
1790
+
// when we upgrade LLVM version while the stage0 compiler continues to use an older version.
1791
1791
//
1792
1792
// Make sure to add the correct version of LLVM into the stage0 sysroot.
0 commit comments