From 7adae8e795504660ba68bd7e44db8deaf1721630 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 13 Nov 2013 20:29:10 +0000 Subject: 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 --- docs/CMake.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') 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 ======================== -- cgit v1.1