[Lldb-commits] [PATCH] D34274: Remove home-grown thread-local storage wrappers

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 16 11:05:26 PDT 2017


zturner added a comment.

The last time I tried to do this we couldn't because it didn't yet work on iOS.  I checked with some Apple people though and they said `thread_local` support was released last year on all Apple platforms.  So hopefully there's no more hurdles to getting this in.


https://reviews.llvm.org/D34274





More information about the lldb-commits mailing list