[PATCH] D17773: [libfuzzer] providing BUILD.gn file to simplify libfuzzer dep management.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 09:40:06 PST 2016


aizatsky added a comment.

There's only one (exec_script) and GN won't notice changes to the list of files without "ninja clean". While this might work for testdata, I'm not sure we'd like to go down this route for source files => people (and bots) would still have compilation errors.


http://reviews.llvm.org/D17773





More information about the llvm-commits mailing list