diff options
author | Kostya Kortchinsky <kostyak@google.com> | 2021-08-15 09:09:46 -0700 |
---|---|---|
committer | Kostya Kortchinsky <kostyak@google.com> | 2021-08-16 10:52:56 -0700 |
commit | 5fc841d8a278ea16bae457deba35d0db6b716dd6 (patch) | |
tree | bd44651569f253b209bc0cd41281462035529a8c /llvm/lib/ProfileData/SampleProfReader.cpp | |
parent | b7425e956be60a73004d7ae5bb37da85872c29fb (diff) | |
download | llvm-5fc841d8a278ea16bae457deba35d0db6b716dd6.zip llvm-5fc841d8a278ea16bae457deba35d0db6b716dd6.tar.gz llvm-5fc841d8a278ea16bae457deba35d0db6b716dd6.tar.bz2 |
[scudo] Use stdint types for internal scudo types
`scudo::uptr` was defined as an `unsigned long` on 32-b platform,
while a `uintptr_t` is usually defined as an `unsigned int`.
This worked, this was not consistent, particularly with regard to
format string specifiers.
As suggested by Vitaly, since we are including `stdint.h`, define
the internal `scudo` integer types to those.
Differential Revision: https://reviews.llvm.org/D108089
Diffstat (limited to 'llvm/lib/ProfileData/SampleProfReader.cpp')
0 files changed, 0 insertions, 0 deletions