AngoraFuzzer / Angora

Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Apache License 2.0
916 stars 166 forks source link

Fix build system issues for LLVM 7 #54

Closed EliaGeretto closed 5 years ago

EliaGeretto commented 5 years ago

The first commit allows to build against LLVM 7.1; LLVM 7.1 is fixing an ABI compatibility issue that does not affect this project, so it can be used without any issue.

The second commit is fixing an issue that prevents the project from building when only libtirpc is available as SunRPC implementation. It fixes builds on Fedora 29, but further testing is advisable.

spinpx commented 5 years ago

Great.