We've started seeing this test failure when trying to package rust for use in chromium (link to build output). The output says
--- stderr -------------------------------
C:\b\s\w\ir\cache\builder\src\third_party\rust-src\tests\codegen\issues\issue-101082.rs:30:16: error: x86-64-v3: expected string not found in input
// x86-64-v3: masked.load
...
I see the comment in issue-101082.rs mentions that the test got changed until llvm/llvm-project#134513 got fixed upstream, which happened a few hours ago. Perhaps we need to change the test back now?
We've started seeing this test failure when trying to package rust for use in chromium (link to build output). The output says
I see the comment in issue-101082.rs mentions that the test got changed until llvm/llvm-project#134513 got fixed upstream, which happened a few hours ago. Perhaps we need to change the test back now?