[PATCH] D32649: [scudo] Add Android support
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 08:05:07 PDT 2017
cryptoad updated this revision to Diff 97287.
cryptoad added a comment.
Addressing Dmitry's comments, except for the the `__get_tls()` part which is
being worked on in a separate patch. Once it's done, I will update this patch
again.
https://reviews.llvm.org/D32649
Files:
lib/scudo/CMakeLists.txt
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_allocator.h
lib/scudo/scudo_tls.h
lib/scudo/scudo_tls_android.cpp
lib/scudo/scudo_tls_android.h
lib/scudo/scudo_tls_linux.cpp
lib/scudo/scudo_tls_linux.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32649.97287.patch
Type: text/x-patch
Size: 13035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170501/bfa8533a/attachment.bin>
More information about the llvm-commits
mailing list