We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e98766 commit 9aa4be0Copy full SHA for 9aa4be0
tests/ui/codegen/target-cpus.rs
@@ -1,3 +1,9 @@
1
//@ needs-llvm-components: webassembly
2
//@ compile-flags: --print=target-cpus --target=wasm32-unknown-unknown
3
//@ check-pass
4
+
5
+// LLVM at HEAD has added support for the `lime1` CPU. Remove it from the
6
+// output so that the stdout with LLVM-at-HEAD matches the output of the LLVM
7
+// versions currently used by default.
8
+// FIXME(#133919): Once Rust upgrades to LLVM 20, remove this.
9
+//@ normalize-stdout-test: "(?m)^ *lime1\n" -> ""
0 commit comments