-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[ICE]: unsupported instrumentation profile format version #139198
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
Comments
My llvm-tool version is not 18.1.7, |
@rustbot label: +A-code-coverage -I-ICE +A-llvm |
If I were to guess, this is exactly the problem. Rust internally bundles in LLVM, which is newer than the one you have on your system. You will need to either upgrade your system llvm to 18, or downgrade rustc to the version that bundles LLVM 15, which would be rustc-1.69.0 or earlier |
Thanks for your reply.I will try it according to your method.And then,come over and reply. |
@moxian |
I don't know - I'm not an expert here. I assume llvm can be higher version, but that's only an educated guess. |
Now,I have solved this problem. |
Code
Affected release channels
Rust Version
Current error output
Backtrace
Anything else?
No response
The text was updated successfully, but these errors were encountered: