-
Notifications
You must be signed in to change notification settings - Fork 42
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
failed to run LLVM passes: unknown pass name 'sancov'
when running hfuzz with rustc 1.57.0
#61
Comments
failed to run LLVM passes: unknown pass name 'sancov'
when running hfuzz with rustc 1.57.0
Workaround and potential fix: rust-fuzz/afl.rs#192 |
error still exists if not adding |
@syheliel @fgsch @danielabrozzoni after a long while, I'm back to maintaining honggfuzz-rs! I merged #63 which use |
@PaulGrandperrin how you find out that with new-pass manager sancov-module will work? |
Hi,
I'm having troubles running hfuzz in a CI environment.
The error I'm getting:
OS: Github Actions with ubuntu-latest
rustc version:
rustc 1.57.0-nightly (05044c2e6 2021-09-26)
cargo version:
cargo 1.57.0-nightly (0121d66aa 2021-09-22)
.I think the culprit is the rustc version, I can reproduce locally using rustc 1.57, but everything works correctly when I use rustc 1.53.
The text was updated successfully, but these errors were encountered: