diff options
author | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-28 15:36:50 +0000 |
---|---|---|
committer | Kirill Bobyrev <kbobyrev.opensource@gmail.com> | 2018-08-28 15:36:50 +0000 |
commit | a294dfa8371b4f422d8bd90a33d0e19fc16938ea (patch) | |
tree | db2ec5aa237e069ade543b04fe8b0e092f19c79e /llvm/docs | |
parent | 4925421c009935cb4b3afd92fdbf11367f43e8d1 (diff) | |
download | bcm5719-llvm-a294dfa8371b4f422d8bd90a33d0e19fc16938ea.tar.gz bcm5719-llvm-a294dfa8371b4f422d8bd90a33d0e19fc16938ea.zip |
[benchmark] Stop building benchmarks by default
Although the benchmark regex-related build issue seems to be
fixed, it appears that benchmark library triggers some stage 2 clang-cl
bugs:
http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/builds/13495/steps/build%20stage%202/logs/stdio
The only sensible option now is to prevent benchmark library from
building in the default configuration.
llvm-svn: 340836
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CMake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 9ed6cb7678f..c6d5cd9aa42 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -254,7 +254,7 @@ LLVM-specific variables Adds benchmarks to the list of default targets. Defaults to OFF. **LLVM_INCLUDE_BENCHMARKS**:BOOL - Generate build targets for the LLVM benchmarks. Defaults to ON. + Generate build targets for the LLVM benchmarks. Defaults to OFF. **LLVM_APPEND_VC_REV**:BOOL Embed version control revision info (svn revision number or Git revision id). |