Disable thread safe statics in clang-cl, they call the CRT
authorReid Kleckner <rnk@google.com>
Thu, 21 Jul 2016 20:03:37 +0000 (20:03 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 21 Jul 2016 20:03:37 +0000 (20:03 +0000)
commitf6d5475e20e44a5d5bd0d75c3109848c03ba459f
tree92dfc7c06ff3a064c2e01ca579d1ca8e9238c24c
parent1acbc5207d48ec9d6e1db65df7cd053eac4d7f59
Disable thread safe statics in clang-cl, they call the CRT

Also remove the needless static that was using them.

llvm-svn: 276327
compiler-rt/CMakeLists.txt
compiler-rt/lib/asan/asan_win.cc