summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-09-29 17:55:01 +0000
committerReid Kleckner <rnk@google.com>2016-09-29 17:55:01 +0000
commite45b2c7d8e76c3e51c47ca272b00e4257d8fd672 (patch)
tree02333279554f858b2df254f81e7df6e94dac9f94 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parentccc2927b692af7682eba650c53e2f2f318ca1c6e (diff)
downloadbcm5719-llvm-e45b2c7d8e76c3e51c47ca272b00e4257d8fd672.tar.gz
bcm5719-llvm-e45b2c7d8e76c3e51c47ca272b00e4257d8fd672.zip
[codeview] Use character types for all byte-sized integer types
The VS debugger doesn't appear to understand the 0x68 or 0x69 type indices, which were probably intended for use on a platform where a C 'int' is 8 bits. So, use the character types instead. Clang was already using the character types because '[u]int8_t' is usually defined in terms of 'char'. See the Rust issue for screenshots of what VS does: https://github.com/rust-lang/rust/issues/36646 Fixes PR30552 llvm-svn: 282739
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud