diff options
Diffstat (limited to 'llvm/docs')
| -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 c9fe538c9df..69eeaab529d 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -280,6 +280,11 @@ LLVM-specific variables are ``Address``, ``Memory`` and ``MemoryWithOrigins``. Defaults to empty string. +**LLVM_STATIC_MSVC_RUNTIME**:BOOL + When building with MSVC, link against the static runtime library (/MT or /MTd + for release and debug builds, respectively) instead of the dynamic one. + Defaults to OFF. + Executing the test suite ======================== |

