mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[libfuzzer] Update doc mentioning removed flags.
This commit is contained in:
parent
99f72113f5
commit
d474f1c2ce
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user