Add a class for supporting platform independent thread-local storage.
authorOwen Anderson <resistor@mac.com>
Thu, 25 Jun 2009 21:58:01 +0000 (21:58 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 25 Jun 2009 21:58:01 +0000 (21:58 +0000)
commit4a28522c1a0828eff097194f31c262ae6d13cefe
tree478d0898ae228607cd6334897ff64bea60feded5
parent8f780cd7896407f743de7538166ff9d40d752086
Add a class for supporting platform independent thread-local storage.

Windows people, please double-check/patch this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74209 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/ThreadLocal.h [new file with mode: 0644]
lib/System/ThreadLocal.cpp [new file with mode: 0644]
lib/System/Unix/ThreadLocal.inc [new file with mode: 0644]
lib/System/Win32/ThreadLocal.inc [new file with mode: 0644]