1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[libfuzzer] Update doc mentioning removed flags.

This commit is contained in:
Vitaly Buka 2021-05-18 22:39:36 -07:00
parent 99f72113f5
commit d474f1c2ce

View File

@ -673,9 +673,9 @@ Developing libFuzzer
LibFuzzer is built as a part of LLVM project by default on macos and Linux.
Users of other operating systems can explicitly request compilation using
``-DLIBFUZZER_ENABLE=YES`` flag.
``-DCOMPILER_RT_BUILD_LIBFUZZER=ON`` flag.
Tests are run using ``check-fuzzer`` target from the build directory
which was configured with ``-DLIBFUZZER_ENABLE_TESTS=ON`` flag.
which was configured with ``-DCOMPILER_RT_INCLUDE_TESTS=ON`` flag.
.. code-block:: console