libafl_cc currently fails to build with current nightlies because we need clang-22 support, but LLVM>=22 is incompatible with the current passes. Some of this can be fixed by just checking what major LLVM version is being used to compile these passes, but several of them are more complicated than just that.
Additional questions:
libafl_cc currently fails to build with current nightlies because we need clang-22 support, but LLVM>=22 is incompatible with the current passes. Some of this can be fixed by just checking what major LLVM version is being used to compile these passes, but several of them are more complicated than just that.
Additional questions: