[PATCH] D20558: [LibFuzzer] Start cleaning up the CMakeLists.txt files.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 13:04:19 PDT 2016


aizatsky added a comment.

The build files are a little bit verbose now, but I guess that's the downside of having everything explicit.

The only serious sore to my eye is "-O" stripping but it is probably unfortunate.

LG as long as this works, but I'll let Kostya to sign off on this.

BTW I have added instructions to run libfuzzer tests here:

http://llvm.org/docs/LibFuzzer.html#developing-libfuzzer


http://reviews.llvm.org/D20558





More information about the llvm-commits mailing list