diff options
author | Yunzhong Gao <Yunzhong.Gao@sony.com> | 2016-09-02 23:16:06 +0000 |
---|---|---|
committer | Yunzhong Gao <Yunzhong.Gao@sony.com> | 2016-09-02 23:16:06 +0000 |
commit | f4903a3675a9b0c66ea3a1ddc713e2465a273745 (patch) | |
tree | a4ebc80de31a30b4da2efd3ff769a25befd37d1b /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py | |
parent | 27ea29b3b74900be58b77eb148b61fe7f6d8d97f (diff) | |
download | bcm5719-llvm-f4903a3675a9b0c66ea3a1ddc713e2465a273745.tar.gz bcm5719-llvm-f4903a3675a9b0c66ea3a1ddc713e2465a273745.zip |
(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm block.
Clang tests for verifying the following syntaxes:
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: 280556
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions