[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [creduce-dev] Patches to update for LLVM svn API changes



Hi Reid,

I applied the first patch to the llvm-svn-compatible branch and the second patch to both master and llvm-svn-compatible branches. Thanks!

- Yang

On 03/04/2014 04:51 PM, Reid Kleckner wrote:
Hi CReduce people,

I have two patches, one which should be applied to the llvm-svn-compatible branch, and the other which is really just the pile of autoconf and makefile hacks I had to apply to make things build with my installation of LLVM.

Please apply the first, if that's OK.

LLVM also grew a new `llvm-config --system-libs` flag set, which I had to glue onto LLVM_LDFLAGS. That's in the second patch and should be unobjectionable.

I'm not sure what creduce should do about -Werror in LLVM's cflags. It doesn't really make sense to take LLVM's warning flags, apply them to creduce, and then expect that to build with -Werror. Therefore, I just tried to remove -Werror when possible.

Thanks for the awesome tool!
Reid