aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-08 00:28:38 +0000
committerChris Lattner <sabre@nondot.org>2009-04-08 00:28:38 +0000
commite2d4bf7738f0b4af58de7283543f600d1ca8bfc3 (patch)
tree313d057e8f448593bae38ae65c8f6d450a587025 /lib/Support/CommandLine.cpp
parent4cedb1c3efcf949dd5c719a282a2ffadda9af200 (diff)
downloadexternal_llvm-e2d4bf7738f0b4af58de7283543f600d1ca8bfc3.zip
external_llvm-e2d4bf7738f0b4af58de7283543f600d1ca8bfc3.tar.gz
external_llvm-e2d4bf7738f0b4af58de7283543f600d1ca8bfc3.tar.bz2
change printStringChar to emit characters as unsigned char instead of char,
avoiding sign extension for the top octet. For "negative" chars, we'd print stuff like: .asciz "\702... now we print: .asciz "\302... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68577 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions