[PATCH] D41128: [scudo] Adding a public Scudo interface

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 10:21:39 PST 2017


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

Adding a TODO to add tests for the various defines.
Currently the tests we run leverage a static library built with a default
configuration. We should add gtests like the other sanitizers to ensure all
the compile time configuration options work as expected.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D41128

Files:
  include/CMakeLists.txt
  include/sanitizer/scudo_interface.h
  lib/scudo/scudo_allocator.cpp
  lib/scudo/scudo_interface_internal.h
  lib/scudo/scudo_platform.h
  test/scudo/interface.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41128.126782.patch
Type: text/x-patch
Size: 6875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171213/5c11009b/attachment.bin>


More information about the llvm-commits mailing list