-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "slow target" flag for mips(el)-linux
targets in tests with LLVM 20
#21096
Closed
Tracked by
#22014
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
Comments
Bad news: #21125 Good news: llvm/llvm-project#104723 |
The LLVM 19 backport for this was rejected, so this will have to wait until LLVM 20. |
mips(el)-linux
targets in testsmips(el)-linux
targets in tests with LLVM 20
14 tasks
alexrp
added a commit
that referenced
this issue
Mar 10, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Mar 18, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Mar 18, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Mar 21, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Mar 24, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Apr 2, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
alexrp
added a commit
that referenced
this issue
Apr 3, 2025
We can now run these tests as part of test-modules w/o -Dtest-slow-targets. Closes #21096.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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: