diff options
author | Alexandre Ganea <alex_toresh@yahoo.fr> | 2024-01-24 21:11:12 -0500 |
---|---|---|
committer | Alexandre Ganea <alex_toresh@yahoo.fr> | 2024-01-25 09:34:18 -0500 |
commit | af263ceb90b9fe39ae1d3458c9f35b6b199d3951 (patch) | |
tree | c956f014d902671d5fe60b5c4681b079341fc762 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 40dcf24522af91ab22af2e69f28d1f1d2a860f5c (diff) | |
download | llvm-af263ceb90b9fe39ae1d3458c9f35b6b199d3951.zip llvm-af263ceb90b9fe39ae1d3458c9f35b6b199d3951.tar.gz llvm-af263ceb90b9fe39ae1d3458c9f35b6b199d3951.tar.bz2 |
[LLD][ELF] Silence warning when building with Clang ToT
This fixes:
```
[5839/7452] Building CXX object tools\lld\ELF\CMakeFiles\lldELF.dir\MapFile.cpp.obj
C:\git\llvm-project\lld\ELF\MapFile.cpp(124,38): warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'const ssize_t' (aka 'const int') [-Wsign-compare]
124 | last.outputOff + last.size == p.outputOff) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~
1 warning generated.
```
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions