1
Fork 0

update missing targets list

This commit is contained in:
Boxy 2025-04-02 21:29:39 +01:00
parent c93005ee65
commit 2b684f39e4

View file

@ -34,7 +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
"wasm32-wali-linux-musl",
];
/// Minimum version threshold for libstdc++ required when using prebuilt LLVM