diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-11-13 20:29:10 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-11-13 20:29:10 +0000 |
commit | 7adae8e795504660ba68bd7e44db8deaf1721630 (patch) | |
tree | 1cdb46ba129841fc260bd0ad6fb2ae1819a6d204 /docs | |
parent | dc9a217d05eb5b65b51ad1f806166ae6430308b1 (diff) | |
download | external_llvm-7adae8e795504660ba68bd7e44db8deaf1721630.zip external_llvm-7adae8e795504660ba68bd7e44db8deaf1721630.tar.gz external_llvm-7adae8e795504660ba68bd7e44db8deaf1721630.tar.bz2 |
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.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst index 69eeaab..c9fe538 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 ======================== |