[PATCH] D90195: [GWP-ASan] Abstract the thread local variables access

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 10:54:07 PDT 2020


cryptoad updated this revision to Diff 301335.
cryptoad added a comment.

Adding `stdint.h` to try and quell some clang-tidy warnings.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90195

Files:
  compiler-rt/lib/gwp_asan/CMakeLists.txt
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_posix.cpp
  compiler-rt/lib/gwp_asan/platform_specific/guarded_pool_allocator_tls.h
  compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp
  compiler-rt/lib/gwp_asan/utilities.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90195.301335.patch
Type: text/x-patch
Size: 11115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/83a61c45/attachment.bin>


More information about the llvm-commits mailing list