From c742d8d23c2a1f500689efcd3b563cc956c5e173 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 18 May 2021 22:39:36 -0700 Subject: [PATCH] [libfuzzer] Update doc mentioning removed flags. --- llvm/docs/LibFuzzer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index b251895..0341e8e 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -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 -- 2.7.4