Revert my CMake patches concerning building with /MT (r194589, r194596)
[oota-llvm.git] / docs / CMake.rst
index 69eeaab529d7b8c497793ed2fd91661dd6212485..c9fe538c9dfa1e2067a939758eda667260f4bc9c 100644 (file)
@@ -280,11 +280,6 @@ 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
 ========================