[PATCH] D87478: scudo: Remove the THREADLOCAL macro.

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 17:53:54 PDT 2020


cryptoad added a comment.

I think that I one point in time I tried thread_local but a compiler (can't remember which one) was complaining about the constructors not being trivial or something to that extent.
This is fairly blurry at this point, so I am sorry if this is not very helpful, but I just want to make sure this would work on all platforms with gcc/clang.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87478



More information about the llvm-commits mailing list