[PATCH] D62258: [scudo][standalone] Introduce the thread specific data structures
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 10:32:49 PDT 2019
cryptoad updated this revision to Diff 202752.
cryptoad added a comment.
Disable a test on 32-bit for now: we are running out of address space.
This will be fixed in a subsequent CL, but affects the tests of this one.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62258/new/
https://reviews.llvm.org/D62258
Files:
lib/scudo/standalone/CMakeLists.txt
lib/scudo/standalone/internal_defs.h
lib/scudo/standalone/tests/CMakeLists.txt
lib/scudo/standalone/tests/primary_test.cc
lib/scudo/standalone/tests/tsd_test.cc
lib/scudo/standalone/tsd.h
lib/scudo/standalone/tsd_exclusive.h
lib/scudo/standalone/tsd_shared.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62258.202752.patch
Type: text/x-patch
Size: 21125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/418fe3e3/attachment.bin>
More information about the llvm-commits
mailing list