BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

Adds compatibility with LLVM 15 #1585

Closed bmourad01 closed 1 year ago

bmourad01 commented 1 year ago

It seems that with LLVM 15 a few fixes are needed to get BAP to compile, including linking against libzstd.

ivg commented 1 year ago

I see some failures in the bap-stub-resolver tests, is you branch up to date? Do you think it is relevant to the change?

bmourad01 commented 1 year ago

I see some failures in the bap-stub-resolver tests, is you branch up to date? Do you think it is relevant to the change?

I suspect that it may be related; I think some of the other failures were also related to not correctly linking against the new libzstd dependency for the CI (or maybe not installing it?). I will try looking at this again when I have time.

bmourad01 commented 1 year ago

@ivg It seems the problem has been fixed (see latest commit).

ivg commented 1 year ago

thanks!