[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
Fri Jul 30 11:30:36 PDT 2021


michaelrj updated this revision to Diff 363163.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.
Herald added subscribers: s.egerton, simoncook, fedor.sergeev, aheejin.

I've added some new CMake machinery to allow for building the SCUDO standalone and GWP-ASan more separately from compiler-rt as a whole, specifically by adding extra conditions that only build the object files. In addition I've separated out the definitions for the different parts of compiler-rt so that llvm libc can check against those.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106919/new/

https://reviews.llvm.org/D106919

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
  compiler-rt/cmake/config-ix.cmake
  compiler-rt/lib/gwp_asan/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/CMakeLists.txt
  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.363163.patch
Type: text/x-patch
Size: 13288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210730/434ecaa2/attachment-0001.bin>


More information about the libc-commits mailing list