[PATCH] D76648: scudo: Create a public include directory. NFCI.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 23 16:21:38 PDT 2020


pcc created this revision.
pcc added a reviewer: cryptoad.
Herald added subscribers: Sanitizers, mgorny.
Herald added a project: Sanitizers.

For MTE error reporting we will need to expose interfaces for crash handlers
to use to interpret scudo headers and metadata. The intent is that these
interfaces will live in scudo/interface.h.

Move the existing interface.h into an include/scudo directory and make it
independent of the internal headers, so that we will be able to add the
interfaces there.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76648

Files:
  compiler-rt/lib/scudo/standalone/CMakeLists.txt
  compiler-rt/lib/scudo/standalone/combined.h
  compiler-rt/lib/scudo/standalone/flags.cpp
  compiler-rt/lib/scudo/standalone/include/scudo/interface.h
  compiler-rt/lib/scudo/standalone/interface.h
  compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
  llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76648.252170.patch
Type: text/x-patch
Size: 4086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200323/a520607d/attachment.bin>


More information about the llvm-commits mailing list