We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
STAGE0_MISSING_TARGETS
1 parent ec7aafd commit 315e9d8Copy full SHA for 315e9d8
src/bootstrap/src/core/sanity.rs
@@ -34,8 +34,6 @@ pub struct Finder {
34
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
35
const STAGE0_MISSING_TARGETS: &[&str] = &[
36
// just a dummy comment so the list doesn't get onelined
37
- "loongarch32-unknown-none",
38
- "loongarch32-unknown-none-softfloat",
39
];
40
41
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM
0 commit comments