diff options
author | Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> | 2024-11-27 09:35:56 +0100 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2024-12-07 20:20:27 -0800 |
commit | 9a156f6b2b0c892d8713ba907f07f027b24953d8 (patch) | |
tree | 37296df79f9c971b80dae75da68bd791f212081e /llvm/tools/llvm-profdata/llvm-profdata.cpp | |
parent | 16c2a1016e50051909091da078031a3a04b6c880 (diff) | |
download | llvm-9a156f6b2b0c892d8713ba907f07f027b24953d8.zip llvm-9a156f6b2b0c892d8713ba907f07f027b24953d8.tar.gz llvm-9a156f6b2b0c892d8713ba907f07f027b24953d8.tar.bz2 |
[sanitizer] Replace uptr by usize/SIZE_T in interfaces
For some targets uptr is mapped to unsigned int and size_t to unsigned
long and sizeof(int)==sizeof(long) holds. Still, these are distinct
types and type checking may fail. Therefore, replace uptr by
usize/SIZE_T wherever a size_t is expected.
Part of #116957
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
0 files changed, 0 insertions, 0 deletions