csmith-project / creduce

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

Link clang_delta only with -lclang-cpp (#193). #198

Closed marxin closed 4 years ago

marxin commented 4 years ago

The change is needed to link clang_delta with LLVM version 9.

regehr commented 4 years ago

this patch works fine for me on ubuntu using clang-9 and also the system compiler.

I may not be able to test on OS X, building C++ has not been working well since I upgraded it to Catalina

eeide commented 4 years ago

I will try this out on the platforms that I generally use: macOS, Ubuntu 16/18, CentOS, FreeBSD. (But not for a few weeks.)

marxin commented 4 years ago

I will try this out on the platforms that I generally use: macOS, Ubuntu 16/18, CentOS, FreeBSD. (But not for a few weeks.)

Any progress on this?

eeide commented 4 years ago

I tried this out on macOS (10.14.6) and FreeBSD (12.1), and it works great for me. Thank you for the patch!

marxin commented 4 years ago

Thanks. Please take a look at marxin/cvise#1, you may want to update the patch.