diff options
| author | Vedant Kumar <vsk@apple.com> | 2017-09-20 17:16:00 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2017-09-20 17:16:00 +0000 |
| commit | c23e14a0eb3d41346e85a83eebd043094c2c13a1 (patch) | |
| tree | a633e907be2ce6064b9bcc799db05dcee092ae9d | |
| parent | e5d424b8dccf879a892e05e42e6e840607991b7b (diff) | |
| download | llvm-c23e14a0eb3d41346e85a83eebd043094c2c13a1.zip llvm-c23e14a0eb3d41346e85a83eebd043094c2c13a1.tar.gz llvm-c23e14a0eb3d41346e85a83eebd043094c2c13a1.tar.bz2 | |
[docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
llvm-svn: 313768
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index b6ebf37..473672b 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 ============ |
