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 | 4656ec1e70a98c029b138a29be2f933a7a13f0bf (patch) | |
| tree | 94d183a91f380d7930f081790ada8a8747e6e944 /llvm/docs | |
| parent | ff43160208d3e037f7c7c3c83419e6f5ac310e95 (diff) | |
| download | bcm5719-llvm-4656ec1e70a98c029b138a29be2f933a7a13f0bf.tar.gz bcm5719-llvm-4656ec1e70a98c029b138a29be2f933a7a13f0bf.zip | |
Revert my CMake patches concerning building with /MT (r194589, r194596)
Reid pointed out we already have LLVM_USE_CRT_{buildtype} to set it.
llvm-svn: 194604
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 69eeaab529d..c9fe538c9df 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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 ======================== |

