[PATCH] D77283: scudo: Add support for diagnosing memory errors when memory tagging is enabled.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 17:31:27 PDT 2020


pcc added a comment.

In D77283#1984188 <https://reviews.llvm.org/D77283#1984188>, @cryptoad wrote:

> Thanks Peter & Mitch!
>  As a side issue, do you have an idea on how to support the interface functions (`__scudo_*`) for both allocators once we get svelte support?


My initial inclination would be to move the functions to `wrappers_c.inc`, but we'd need to think about the interaction with other platforms. I will give this some more thought.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77283





More information about the llvm-commits mailing list