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
This commit is contained in:
Hans Wennborg
2013-11-13 20:29:10 +00:00
parent dc9a217d05
commit 7adae8e795
3 changed files with 0 additions and 20 deletions

View 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
========================