[PATCH] D63831: [scudo][standalone] Introduce the C & C++ wrappers [fixed]

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 07:24:57 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL364547: [scudo][standalone] Introduce the C & C++ wrappers [fixed] (authored by cryptoad, committed by ).

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63831

Files:
  compiler-rt/trunk/lib/scudo/standalone/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/standalone/flags_parser.cc
  compiler-rt/trunk/lib/scudo/standalone/flags_parser.h
  compiler-rt/trunk/lib/scudo/standalone/tests/CMakeLists.txt
  compiler-rt/trunk/lib/scudo/standalone/tests/wrappers_c_test.cc
  compiler-rt/trunk/lib/scudo/standalone/tests/wrappers_cpp_test.cc
  compiler-rt/trunk/lib/scudo/standalone/tsd.h
  compiler-rt/trunk/lib/scudo/standalone/wrappers_c.cc
  compiler-rt/trunk/lib/scudo/standalone/wrappers_c.h
  compiler-rt/trunk/lib/scudo/standalone/wrappers_c.inc
  compiler-rt/trunk/lib/scudo/standalone/wrappers_c_bionic.cc
  compiler-rt/trunk/lib/scudo/standalone/wrappers_c_checks.h
  compiler-rt/trunk/lib/scudo/standalone/wrappers_cpp.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63831.206863.patch
Type: text/x-patch
Size: 36308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190627/1bfbcdf1/attachment.bin>


More information about the llvm-commits mailing list