[libc-commits] [PATCH] D151486: [libc] Add macro LIBC_THREAD_LOCAL.

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 25 12:52:56 PDT 2023


jhuber6 added a comment.

In D151486#4373637 <https://reviews.llvm.org/D151486#4373637>, @tschuett wrote:

> Please have a look at LLVM_THREAD_LOCAL macro in compiler.h. I believe there are two variants.

I think that's only important for code before C++11. Since we're always compiling with C++17 internally it shouldn't be necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151486



More information about the libc-commits mailing list