-
Notifications
You must be signed in to change notification settings - Fork 8
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
error: unknown print request split-debuginfo
#14
Comments
Now I tried installing rust version |
It's a shame that in all cases enzyme compiles and tests are passed, but I can't invoke it. Can I manually invoke it? |
Hi @maximelianos, quick note since I saw |
Also, the crates.io approach is generally deprecated. I should probably push a commit to make this clear on crates.io, You generally need to build rustc from scratch and use rustup to make it available. |
I installed enzyme with cargo package, but trying to build my project with
cargo enzyme
immediately fails withOS ubuntu 22.04, rustc 1.70.0-nightly (0c61c7a 2023-03-25)
I then invoked similar command for my version of Rust:
rustc --print=split-debuginfo
Output:
While enzyme downloaded another Rust version, 1.57.0, which doesn't support this cmd argument.
cmd:
~/.cache/enzyme/rustc-1.57.0-src/build/x86_64-unknown-linux-gnu/stage2/bin/rustc --print=split-debuginfo
output:
error: unknown print request split-debuginfo
The text was updated successfully, but these errors were encountered: