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

Tom Tan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 16:17:43 PST 2019


TomTan added a comment.
Herald added subscribers: kristina, jfb.

Hi Zachary, does this line "#include "Windows/WindowsSupport.h" " need to be changed to "#include "WindowsSupport.h" " after it is moved from Threading.cpp to Threading.inc, because Threading.inc which includes WindowsSupport.h is under Windows folder, so no need to have it in the include path. This current include path could trigger warning "#include resolved using non-portable Microsoft search rules as: ..."


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D30526/new/

https://reviews.llvm.org/D30526





More information about the llvm-commits mailing list