diff options
author | Yunzhong Gao <Yunzhong.Gao@sony.com> | 2016-09-02 23:15:29 +0000 |
---|---|---|
committer | Yunzhong Gao <Yunzhong.Gao@sony.com> | 2016-09-02 23:15:29 +0000 |
commit | 27ea29b3b74900be58b77eb148b61fe7f6d8d97f (patch) | |
tree | 0afe390aa690dcd3a1979db0db63912dd943335e /lldb/packages/Python/lldbsuite/test/python_api/value | |
parent | b1000c39a0cbeee76cae796e53a1eb16854e633d (diff) | |
download | bcm5719-llvm-27ea29b3b74900be58b77eb148b61fe7f6d8d97f.tar.gz bcm5719-llvm-27ea29b3b74900be58b77eb148b61fe7f6d8d97f.zip |
(LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:
1. 0xNN and NNh are accepted as valid hexadecimal numbers, but 0xNNh is not.
0xNN and NNh may come with optional U or L suffix.
2. NNb is accepted as a valid binary (base-2) number, but 0bNN is not.
NNb may come with optional U or L suffix.
Differential Revision: https://reviews.llvm.org/D22112
llvm-svn: 280555
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions