about summary refs log tree commit diff
path: root/tests/ui/codegen/target-cpus.rs
blob: f26203171f33074ffc075daee650d2294153d0a6 (plain)
1
2
3
4
5
6
7
8
9
//@ 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" -> ""