[cfe-dev] __thread keyword, LLVM 3.2 & Xcode 4.6

Eli Friedman eli.friedman at gmail.com
Mon Nov 5 17:46:35 PST 2012


On Mon, Nov 5, 2012 at 5:30 PM, James Gregurich <bayoubengal at me.com> wrote:
> thanks for the info.
>
> Is this functionality going to be implemented in clang on OSX any time soon or is it a ways off?

Thread local storage for simple objects (which have a trivial
constructor/destructor) should be working.  Beyond that, I don't know
of anyone planning to work on thread-local storage in the near future.

-Eli



More information about the cfe-dev mailing list