diff options
author | Nikita Popov <npopov@redhat.com> | 2023-12-08 16:22:06 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2023-12-08 16:28:23 +0100 |
commit | 3bba53854a21177b5423f9212343ecec6316e4bf (patch) | |
tree | 810c680944f7683daaa81f7496b341723c15c2fe /llvm/lib/Support/CommandLine.cpp | |
parent | 11dfb3cb3237a081ad711b06f1e8efbc7fff7a81 (diff) | |
download | llvm-3bba53854a21177b5423f9212343ecec6316e4bf.zip llvm-3bba53854a21177b5423f9212343ecec6316e4bf.tar.gz llvm-3bba53854a21177b5423f9212343ecec6316e4bf.tar.bz2 |
[AsmWriter] Use unsigned char more consistently
On platforms where char is signed, the ">> 4" shift will produce
incorrect results. We were already working on unsigned char for
most characters, but not for the first one.
Fixes https://github.com/llvm/llvm-project/issues/74732.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions