Change all of the build flags to switch /MD and /MDd into /MT, instead of just some...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 23 Oct 2014 20:24:00 +0000 (20:24 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 23 Oct 2014 20:24:00 +0000 (20:24 +0000)
commit7c7be2fa42b4ce81f33a8712e9900091f9d805be
tree2156073b7b5046995d556cf10d078c1127e75cd8
parentf322eb5c450162a975123b2c1446a86739d865f5
Change all of the build flags to switch /MD and /MDd into /MT, instead of just some of the targets. Fixes PR21241.

llvm-svn: 220506
compiler-rt/CMakeLists.txt