Index: docs/LibFuzzer.rst =================================================================== --- docs/LibFuzzer.rst +++ docs/LibFuzzer.rst @@ -689,6 +689,17 @@ you will eventually run out of RAM (see the ``-rss_limit_mb`` flag). +Developing libFuzzer +==================== + +Building libFuzzer and running its test requires special CMake configuration: + +.. code-block:: console + + cmake -GNinja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_USE_SANITIZER=Address -DLLVM_USE_SANITIZE_COVERAGE=YES -DCMAKE_BUILD_TYPE=Release /path/to/llvm + ninja check-fuzzer + + Fuzzing components of LLVM ========================== .. contents::