aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2023-12-08 16:22:06 +0100
committerNikita Popov <npopov@redhat.com>2023-12-08 16:28:23 +0100
commit3bba53854a21177b5423f9212343ecec6316e4bf (patch)
tree810c680944f7683daaa81f7496b341723c15c2fe /llvm/lib/Support/CommandLine.cpp
parent11dfb3cb3237a081ad711b06f1e8efbc7fff7a81 (diff)
downloadllvm-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