aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/SampleProfReader.cpp
diff options
context:
space:
mode:
authorKostya Kortchinsky <kostyak@google.com>2021-08-15 09:09:46 -0700
committerKostya Kortchinsky <kostyak@google.com>2021-08-16 10:52:56 -0700
commit5fc841d8a278ea16bae457deba35d0db6b716dd6 (patch)
treebd44651569f253b209bc0cd41281462035529a8c /llvm/lib/ProfileData/SampleProfReader.cpp
parentb7425e956be60a73004d7ae5bb37da85872c29fb (diff)
downloadllvm-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