[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 08:31:33 PDT 2020
cryptoad updated this revision to Diff 301297.
cryptoad added a comment.
Herald added a subscriber: mgorny.
Address review comments.
This moves the thread local definitions and access wrapper in a
platform specific header, which should capture Mitch's and Roland's
suggestions.
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.301297.patch
Type: text/x-patch
Size: 11092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201028/c868331f/attachment.bin>
More information about the llvm-commits
mailing list