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

llvm-cov version conflict #425

Open
llooFlashooll opened this issue Mar 8, 2025 · 1 comment
Open

llvm-cov version conflict #425

llooFlashooll opened this issue Mar 8, 2025 · 1 comment
Labels
C-question Category: A question

Comments

@llooFlashooll
Copy link

Hi, I really appreciate your work. However, I encountered this issue when I used cargo llvm-cov report.

warning: /fuzzing/../target/multipleTargets-2790540-18405399629466595977_0.profraw: raw profile version mismatch: Profile uses raw profile format version = 8; expected version = 10
PLEASE update this tool to version in the raw profile, or regenerate raw profile with expected version.
error: no profile can be merged
error: failed to merge profile data: process didn't exit successfully: `/root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-profdata merge -sparse -f /fuzzing/../target/multipleTargets-profraw-list -o /fuzzing/../target/multipleTargets.profdata` (exit status: 1)

How can I address this issue?

@taiki-e
Copy link
Owner

taiki-e commented Mar 8, 2025

Same issue as #379

Please make sure that a compatible LLVM version is used.

@taiki-e taiki-e added the C-question Category: A question label Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Category: A question
Projects
None yet
Development

No branches or pull requests

2 participants