Remove "slow target" flag for mips(el)-linux
targets in tests with LLVM 20
#21096
Labels
arch-mips
32-bit and 64-bit MIPS
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
upstream
An issue with a third party project that Zig uses.
Milestone
Right now, we're flagging these targets as slow by default, causing them to not get run in tests unless
-Dtest-slow-targets
is passed.zig/test/tests.zig
Lines 313 to 365 in 11176d2
We do this because it takes 30-60 minutes to compile the tests for these targets due to a severe LLVM performance issue. The upstream issue is filed here: llvm/llvm-project#104562
This issue is to track removing the "slow target" flag from these if/when the LLVM bug gets fixed.
The text was updated successfully, but these errors were encountered: