[PATCH] D108089: [scudo] Use stdint types for internal scudo types

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 09:04:22 PDT 2021


cryptoad added a comment.

In D108089#2947081 <https://reviews.llvm.org/D108089#2947081>, @hctim wrote:

> Side note - it'd be nice at some point if we can LSC all the use-of-custom-types away, any reason to keep them?

Yeah I guess they probably should go away at some point.
There was the advantage that they are shorter to type and that they can be redefined to something different per platform/whatever, but we are converging towards stdint types now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108089



More information about the llvm-commits mailing list