diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-08 00:28:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-08 00:28:38 +0000 |
commit | a118c2ee89842346ef2fd332c0fea6b931d79483 (patch) | |
tree | 313d057e8f448593bae38ae65c8f6d450a587025 /lib/Support/CommandLine.cpp | |
parent | 97121ba2afb8d566ff1bf5c4e8fc5d4077940a7f (diff) |
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