Skip to content
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

AFL Compile Error : error: no matching constructor for initialization of 'llvm::DILocation' #5

Open
cryptomadco opened this issue Jun 6, 2020 · 1 comment

Comments

@cryptomadco
Copy link

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!

@evanmak
Copy link
Owner

evanmak commented Jun 7, 2020

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants