[PATCH] D30526: [Support] Add functions to get and set thread name.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 2 17:16:49 PST 2017


zturner updated this revision to Diff 90421.
zturner added a comment.

Fixed a compiler error.  This now compiles on Linux, Windows, and OSX.  Don't have the ability to test any other configurations but I think I got all the includes right.


https://reviews.llvm.org/D30526

Files:
  llvm/include/llvm/Support/Threading.h
  llvm/lib/Support/Threading.cpp
  llvm/lib/Support/Unix/Threading.inc
  llvm/lib/Support/Windows/Threading.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30526.90421.patch
Type: text/x-patch
Size: 13767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170303/f4bf8e80/attachment.bin>


More information about the llvm-commits mailing list