[Lldb-commits] [PATCH] D34274: Remove home-grown thread-local storage wrappers
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 19 05:23:46 PDT 2017
labath added a comment.
In https://reviews.llvm.org/D34274#782529, @zturner wrote:
> 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.
Thanks, I didn't know about the iOS angle. Jim, can you confirm that this is ok?
https://reviews.llvm.org/D34274
More information about the lldb-commits
mailing list