-
Notifications
You must be signed in to change notification settings - Fork 59
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
assert error in getNonOpaquePointerElementType #1841
Comments
(not a very experienced C/C++ user) I have tried throwing in some flags like |
Hey! Apologies for the delay here |
I'll push a fix tonight! The main reason I didn't do it is that we are rapidly moving to a new frontend that doesn't rely on LLVM LTO. The plan is to deprecate the LTO logic before end of the year, and rely on a pure static (no building) approach. The C logic is more or less ready in https://github.com/ossf/fuzz-introspector/tree/main/frontends/light but we need to get C++ working as well. |
May I ask if this problem has been fixed? |
Apologies for the delay! I'll look at this tomorrow, Friday |
I'm looking at this now -- does this issue happen when running the Also, which checkout specifically do you use of LLVM? i.e. what do you have on this line? fuzz-introspector/build_all.sh Line 59 in 998749b
|
I also ran into the same error when I was following the installation instructions on this webpage https://fuzz-introspector.readthedocs.io/en/latest/installation-instructions/installation.html. The same error occurred when I ran this command |
Hello, after following the steps of local build and compiling clang, I get an error when running it:
It seems to be a problem with this API?
My LLVM version is release/15.x
The text was updated successfully, but these errors were encountered: