[PATCH] D59551: [scudo][standalone] Add error reports

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 09:51:55 PDT 2019


cryptoad created this revision.
cryptoad added reviewers: morehouse, hctim, vitalybuka.
Herald added subscribers: Sanitizers, jdoerfert, jfb, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.

This change adds fatal error messages for various error conditions that
will be added later in the code.
This also addresses a `TODO` now that we have `reportCheckFailed` (which
lead me to notice a few variables that were not cased properly so I
changed that as well).


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D59551

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/internal_defs.h
  lib/scudo/standalone/report.cc
  lib/scudo/standalone/report.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/report_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59551.191336.patch
Type: text/x-patch
Size: 17438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/e38e1254/attachment.bin>


More information about the llvm-commits mailing list