diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2024-01-08 16:08:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 16:08:22 -0800 |
commit | 6958986f77bdbedd6ba571af7b546018f9108067 (patch) | |
tree | 61f4f6e5cbdbfeac329183353413c227cd2d9089 /llvm/lib/CodeGen/BasicBlockSections.cpp | |
parent | a0ae5258065a856d5f8d9f8dcb12e9d8394f789f (diff) | |
download | llvm-6958986f77bdbedd6ba571af7b546018f9108067.zip llvm-6958986f77bdbedd6ba571af7b546018f9108067.tar.gz llvm-6958986f77bdbedd6ba571af7b546018f9108067.tar.bz2 |
[libc] fix -Wconversion (#77384)
Fixes the following from GCC:
llvm-project/libc/src/string/memory_utils/op_x86.h:236:24: error:
conversion from ‘long unsigned int’ to ‘uint32_t’ {aka ‘unsigned int’}
may
change value [-Werror=conversion]
236 | return (xored >> 32) | (xored & 0xFFFFFFFF);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
Link:
https://lab.llvm.org/buildbot/#/builders/250/builds/16236/steps/8/logs/stdio
Link: https://github.com/llvm/llvm-project/pull/74506
Diffstat (limited to 'llvm/lib/CodeGen/BasicBlockSections.cpp')
0 files changed, 0 insertions, 0 deletions