OSDN Git Service

Fix Windows build, don't try to #include <pthread.h> when we know it's not
authorNick Lewycky <nicholas@mxc.ca>
Mon, 14 Nov 2011 22:10:23 +0000 (22:10 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 14 Nov 2011 22:10:23 +0000 (22:10 +0000)
commitf7228f703886834f5e3822d084481f524f62930f
tree71d58db5f0607795ee9d49a5a77cde8d3234496b
parent8aee7d8f9eab71a29f8f3a5a541144bef4fb5ac4
Fix Windows build, don't try to #include <pthread.h> when we know it's not
available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144574 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/ManagedStatic.cpp