summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-11-13 20:29:10 +0000
committerHans Wennborg <hans@hanshq.net>2013-11-13 20:29:10 +0000
commit7adae8e795504660ba68bd7e44db8deaf1721630 (patch)
tree1cdb46ba129841fc260bd0ad6fb2ae1819a6d204 /docs
parentdc9a217d05eb5b65b51ad1f806166ae6430308b1 (diff)
downloadllvm-7adae8e795504660ba68bd7e44db8deaf1721630.tar.gz
llvm-7adae8e795504660ba68bd7e44db8deaf1721630.tar.bz2
llvm-7adae8e795504660ba68bd7e44db8deaf1721630.tar.xz
Revert my CMake patches concerning building with /MT (r194589, r194596)
Reid pointed out we already have LLVM_USE_CRT_{buildtype} to set it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 69eeaab529..c9fe538c9d 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -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
========================