rusti tests are unnecessarily slow #7535
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
They're all run in parallel now, and they're incredibly slow because there is a massive amount of contention inside LLVM.
I have a patch to fix this and am attempting to get it into LLVM upstream. In the meantime, if we upgrade LLVM we should include this patch.
The text was updated successfully, but these errors were encountered: