File tree 2 files changed +7
-0
lines changed
src/tools/compiletest/src
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
163
163
"normalize-stderr-32bit" ,
164
164
"normalize-stderr-64bit" ,
165
165
"normalize-stderr-test" ,
166
+ "normalize-stdout" ,
166
167
"normalize-stdout-test" ,
167
168
"only-16bit" ,
168
169
"only-32bit" ,
Original file line number Diff line number Diff line change 1
1
//@ needs-llvm-components: webassembly
2
2
//@ compile-flags: --print=target-cpus --target=wasm32-unknown-unknown
3
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: Once Rust upgrades to LLVM 20, remove this.
9
+ //@ normalize-stdout-test: "(?m)^ *lime1\n" -> ""
You can’t perform that action at this time.
0 commit comments