[libc-commits] [PATCH] D106919: [libc][wip] add integration tests for scudo in libc

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 27 14:50:26 PDT 2021


michaelrj created this revision.
michaelrj added reviewers: sivachandra, cryptoad, hctim.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

This change adds tests to make sure that SCUDO is being properly
included with llvm libc. This change also adds the toggles to properly
use SCUDO, as GWP-ASan is enabled by default and must be included for
SCUDO to function.

WIP due to the test not being complete.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106919

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/cmake/config-ix.cmake
  libc/lib/CMakeLists.txt
  libc/test/CMakeLists.txt
  libc/test/integration/CMakeLists.txt
  libc/test/integration/scudo/CMakeLists.txt
  libc/test/integration/scudo/integration_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106919.362191.patch
Type: text/x-patch
Size: 3632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210727/585970bf/attachment.bin>


More information about the libc-commits mailing list