-
Notifications
You must be signed in to change notification settings - Fork 11
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 ERROR: Broken module found, compilation aborted #32
Comments
Hi, sorry for the late response, I was a bit sick over the weekend. I have tested the crate with When I ran the benchmarks with the |
No worries - health is much more important!
Hmm... I will try to do the same things and will report the results. Initially forgot to say - my env is macOS 13.2.1. |
I got the same issue when building Vector ( https://github.com/vectordotdev/vector , from
OS: Fedora 38 Not sure what is the reason for the error. |
Seems like I found the reason in LLVM: llvm/llvm-project#57501 . Since the issue is reproduced not only by me, I think it should be reported to |
Hi!
I am trying to test PGO with https://github.com/cloudflare/boringtun . I have the following errors:
I did the following steps:
cargo pgo bench
. All is fine here.cargo pgo optimize bench
. Here I got the errors.I have tried to google the error but with no success. I didn't dig into LLVM, however.
If you need additional information - I would be happy to provide it :)
The text was updated successfully, but these errors were encountered: