diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2024-07-04 18:34:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 13:34:15 -0300 |
commit | 8bb4294be71e10eca02e23aab4f17af905687c4a (patch) | |
tree | 3212ea3da30781d230efbcbc6003b21c5acc9918 /llvm/lib/Support/CommandLine.cpp | |
parent | 2307d270ccbf75dc72e8b4406bc0ec88781328f0 (diff) | |
download | llvm-8bb4294be71e10eca02e23aab4f17af905687c4a.zip llvm-8bb4294be71e10eca02e23aab4f17af905687c4a.tar.gz llvm-8bb4294be71e10eca02e23aab4f17af905687c4a.tar.bz2 |
[libc] Fix compilation warnings on 32-bit archs (#97745)
timespec's tv_nsec is a long int, which has different sizes in 32-bit and 64-bit platforms, so this patch adds one and fixes another static_cast throw warnings in 32-bit archs
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions