-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Open
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
llvm/llvm-project@5931034 changes how coverage records get sorted a bit, which breaks three tests:
[coverage-map] tests/coverage/async.rs
[coverage-map] tests/coverage/coroutine.rs
[coverage-map] tests/coverage/yield.rs
We caught this on our LLVM@HEAD CI and it doesn't look like there's a way to conditionalize the output here, so I'm just filing this so we keep track of it and have a tracking bug that we can use in our system to disable those tests until this gets fixed (presumably when we update to LLVM 23.)
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-code-coverageArea: Source-based code coverage (-Cinstrument-coverage)Area: Source-based code coverage (-Cinstrument-coverage)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.