csmith-project / creduce

C-Reduce, a C and C++ program reducer
Other
1.31k stars 123 forks source link

Port to LLVM 10.0 #204

Closed berolinux closed 1 year ago

berolinux commented 4 years ago

Fixes https://github.com/csmith-project/creduce/issues/199

mgorny commented 4 years ago

This doesn't seem sufficient to make it compile on LLVM 10 for me.

chenyang78 commented 4 years ago

This doesn't seem sufficient to make it compile on LLVM 10 for me.

Hi @mgorny , we have an llvm-10.0 branch, could you check if it works? Thanks.

berolinux commented 1 year ago

Current code works with LLVM 15, patch for LLVM 16 posted in another PR