[llvm] c742d8d - [libfuzzer] Update doc mentioning removed flags.
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue May 18 22:40:48 PDT 2021
Author: Vitaly Buka
Date: 2021-05-18T22:40:42-07:00
New Revision: c742d8d23c2a1f500689efcd3b563cc956c5e173
URL: https://github.com/llvm/llvm-project/commit/c742d8d23c2a1f500689efcd3b563cc956c5e173
DIFF: https://github.com/llvm/llvm-project/commit/c742d8d23c2a1f500689efcd3b563cc956c5e173.diff
LOG: [libfuzzer] Update doc mentioning removed flags.
Added:
Modified:
llvm/docs/LibFuzzer.rst
Removed:
################################################################################
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index b251895bc8e9..0341e8ea592a 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
More information about the llvm-commits
mailing list