2023-07-14 10:51:54 -07:00
|
|
|
//@ needs-llvm-components: webassembly
|
|
|
|
//@ compile-flags: --print=target-cpus --target=wasm32-unknown-unknown
|
|
|
|
//@ check-pass
|
2024-12-05 12:38:15 +01:00
|
|
|
|
|
|
|
// 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.
|
2024-12-25 22:12:17 +11:00
|
|
|
//@ normalize-stdout: "(?m)^ *lime1\n" -> ""
|