From 27b374e15402cfb3d976679a0200eef674afab45 Mon Sep 17 00:00:00 2001 From: malezjaa Date: Sat, 29 Aug 2026 15:32:30 +0200 Subject: [PATCH] update target-cpus test --- tests/ui/codegen/target-cpus.rs | 6 ------ tests/ui/codegen/target-cpus.stdout | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/ui/codegen/target-cpus.rs b/tests/ui/codegen/target-cpus.rs index 8fa06a8ecfe1a..77a3f18dfa0fd 100644 --- a/tests/ui/codegen/target-cpus.rs +++ b/tests/ui/codegen/target-cpus.rs @@ -1,10 +1,4 @@ //@ needs-llvm-components: webassembly //@ compile-flags: --print=target-cpus --target=wasm32-unknown-unknown //@ check-pass - -// LLVM at HEAD has added support for the `lime1` CPU. Remove it from the -// output so that the stdout with LLVM-at-HEAD matches the output of the LLVM -// versions currently used by default. -// FIXME(#133919): Once Rust upgrades to LLVM 20, remove this. -//@ normalize-stdout: "(?m)^ *lime1\n" -> "" //@ ignore-backends: gcc diff --git a/tests/ui/codegen/target-cpus.stdout b/tests/ui/codegen/target-cpus.stdout index f60ba0f5034ba..199dff77b5859 100644 --- a/tests/ui/codegen/target-cpus.stdout +++ b/tests/ui/codegen/target-cpus.stdout @@ -1,4 +1,5 @@ Available CPUs for this target: bleeding-edge generic - This is the default target CPU for the current build target (currently wasm32-unknown-unknown). + lime1 mvp