[PATCH] D20594: [libfuzzer][doc] documenting running libfuzzer tests.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 15:21:05 PDT 2016
kcc added inline comments.
================
Comment at: docs/LibFuzzer.rst:695
@@ +694,3 @@
+
+Building libFuzzer and running its test requires special CMake configuration:
+
----------------
Building libFuzzer's tests and running them using the LLVM test infrastructure requires ...
For using libFuzzer outside of LLVM you don't need any of this.
http://reviews.llvm.org/D20594
More information about the llvm-commits
mailing list