From 6a6599c4ffd8ab90c20c33b77ba3aca7e7c57909 Mon Sep 17 00:00:00 2001 From: Nikolai Nechaev Date: Tue, 9 Jun 2026 16:36:05 +0900 Subject: [PATCH] wasm32-wasip1-threads: Correct llvm target name --- compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs b/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs index 42f0a6a185e0e..0fa7ae291cf0e 100644 --- a/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs +++ b/compiler/rustc_target/src/spec/targets/wasm32_wasip1_threads.rs @@ -60,7 +60,7 @@ pub(crate) fn target() -> Target { options.features = "+atomics,+bulk-memory,+mutable-globals".into(); Target { - llvm_target: "wasm32-wasi".into(), + llvm_target: "wasm32-wasip1-threads".into(), metadata: TargetMetadata { description: None, tier: Some(2),