[libfuzzer] Update doc mentioning removed flags.
authorVitaly Buka <vitalybuka@google.com>
Wed, 19 May 2021 05:39:36 +0000 (22:39 -0700)
committerVitaly Buka <vitalybuka@google.com>
Wed, 19 May 2021 05:40:42 +0000 (22:40 -0700)
llvm/docs/LibFuzzer.rst

index b251895..0341e8e 100644 (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