You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this error is likely due to LLVM version mismatch, based on #4 if you are manually following the installation script you need to ensure that you point to the correct llvm headers. To do that you may use llvm-config.
Another workaround is to comment out the DILocation related code in AFL, they were added to aid debugging.
Hi there .
I just got this error while compiling and building savior .
It's not able to build AFL.
error: no matching constructor for initialization of 'llvm::DILocation'
I am looking for a workaround for this, getting it to work .
Thanks!
The text was updated successfully, but these errors were encountered: