Skip to content
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

[SR-9082] Install llvm-cov and llvm-profdata in the toolchain #51583

Closed
ankitspd opened this issue Oct 25, 2018 · 1 comment
Closed

[SR-9082] Install llvm-cov and llvm-profdata in the toolchain #51583

ankitspd opened this issue Oct 25, 2018 · 1 comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@ankitspd
Copy link
Member

Previous ID SR-9082
Radar rdar://problem/44567818
Original Reporter @aciidb0mb3r
Type Bug
Status Closed
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Bug
Assignee None
Priority Medium

md5: f0cc832f534fb61c8dc613e1546731b7

Issue Description:

SwiftPM added support for code coverage with this commit: apple/swift-package-manager@091d9df

This relies on two llvm tools (llvm-cov, llvm-profdata) which are present in the toolchain bundled with Xcode but not in the open source toolchains. The code coverage format is closely tied to compiler and requires the matching llvm tools. Installing these tools will also enable linux users to take advantage of the code coverage support.

@gottesmm
Copy link
Member

You were a little slow: #20044

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

2 participants