Update STAGE0_MISSING_TARGETS

This commit is contained in:
Josh Stone 2025-06-24 09:50:58 -07:00
parent 47a3bf36bc
commit a58050b753

View file

@ -34,8 +34,6 @@ pub struct Finder {
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
const STAGE0_MISSING_TARGETS: &[&str] = &[
// just a dummy comment so the list doesn't get onelined
"loongarch32-unknown-none",
"loongarch32-unknown-none-softfloat",
];
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM