[PATCH] D20706: [LibFuzzer] Refactor declaration of tests in CMake.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 18:02:31 PDT 2016


delcypher updated this revision to Diff 58735.
delcypher added a comment.

- Remove use of NO_MAIN in `add_libfuzzer_test()`. This has added some code duplication when handling the unit test.
- Rebase


http://reviews.llvm.org/D20706

Files:
  lib/Fuzzer/test/CMakeLists.txt
  lib/Fuzzer/test/dfsan/CMakeLists.txt
  lib/Fuzzer/test/trace-bb/CMakeLists.txt
  lib/Fuzzer/test/trace-pc/CMakeLists.txt
  lib/Fuzzer/test/ubsan/CMakeLists.txt
  lib/Fuzzer/test/uninstrumented/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20706.58735.patch
Type: text/x-patch
Size: 8937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160527/09ccd0f9/attachment.bin>


More information about the llvm-commits mailing list