Support: Introduce thread.h.
authorPeter Collingbourne <peter@pcc.me.uk>
Thu, 27 Aug 2015 21:52:31 +0000 (21:52 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Thu, 27 Aug 2015 21:52:31 +0000 (21:52 +0000)
commita74d34a8a95330342b452de576e3a6f1ca7fb699
treebe6c7a654e8ee35361bf6499876501a9a1e47735
parent69019c5399ca9ddfb9ab72366008ec693d3956ec
Support: Introduce thread.h.

This header is a wrapper for <thread> that works around problems with the
MSVC headers when exceptions are disabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246218 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/thread.h [new file with mode: 0644]