Update tests/ui/codegen/target-cpus.rs after upgrading to LLVM 20 #133919
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
LLVM 20 is adding a new target CPU for WebAssembly (
lime1
), which changes the output of that test.#133910 temporarily modifies the test to accept the output of both LLVM versions, but that should be reverted after upgrading to LLVM 20.
@rustbot label: +A-llvm
The text was updated successfully, but these errors were encountered: