[PATCH] D20558: [LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 21:23:59 PDT 2016


delcypher added a comment.

@kcc @aizatsky : I've completely reworked to the patch to do just one thing. I'm not very happy with the current implementation as modifying CMAKE_CXX_FLAGS directly is not how modern CMake code should be written but to keep the change minimal this patch is following that style.


http://reviews.llvm.org/D20558





More information about the llvm-commits mailing list