[llvm] r313768 - [docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 10:16:00 PDT 2017
Author: vedantk
Date: Wed Sep 20 10:16:00 2017
New Revision: 313768
URL: http://llvm.org/viewvc/llvm-project?rev=313768&view=rev
Log:
[docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=313768&r1=313767&r2=313768&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Wed Sep 20 10:16:00 2017
@@ -542,6 +542,11 @@ LLVM-specific variables
reverse order. This is useful for uncovering non-determinism caused by
iteration of unordered containers.
+**LLVM_BUILD_INSTRUMENTED_COVERAGE**:BOOL
+ If enabled, `source-based code coverage
+ <http://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_ instrumentation
+ is enabled while building llvm.
+
CMake Caches
============
More information about the llvm-commits
mailing list