csmith-project / creduce

C-Reduce, a C and C++ program reducer
Other
1.23k stars 125 forks source link

Fix build with LLVM/clang 12.0.0 final #231

Closed berolinux closed 3 years ago

berolinux commented 3 years ago

Fix build with released version of LLVM/clang 12.0.0

Signed-off-by: Bernhard Rosenkränzer bero@lindev.ch

eeide commented 3 years ago

Thank you for contributing this patch! (I have not looked at it yet. This message is just a quick ack.)

Now that spring semester is winding down at our institution, @regehr and I expect to have more time to "catch up" with the backlog of C-Reduce maintenance.

berolinux commented 3 years ago

Glad to hear so. I've already rebased llvm 12 support to current master (I don't think github handles rebases as pull requests) btw. It requires an additional patch in addition to what's in this pull request: https://github.com/OpenMandrivaAssociation/creduce/blob/master/creduce-llvm-12.patch

chenyang78 commented 3 years ago

LGTM.

Sorry for my belated response. Thank you for contributing the patch, @berolinux !