summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
diff options
context:
space:
mode:
authorMichael Zuckerman <Michael.zuckerman@intel.com>2015-12-15 14:04:18 +0000
committerMichael Zuckerman <Michael.zuckerman@intel.com>2015-12-15 14:04:18 +0000
commit229158c491ecf257890eac9df5d17fb835c816db (patch)
tree85aa5d8e9be46967cce2d7df455b461a9a07546e /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py
parent5acf66ff97843df85a697b38b091cdcc8decbd0a (diff)
downloadbcm5719-llvm-229158c491ecf257890eac9df5d17fb835c816db.tar.gz
bcm5719-llvm-229158c491ecf257890eac9df5d17fb835c816db.zip
[Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm
Clang doesn’t support a use of “this” pointer inside inline asm. When I tried to compile a class or a struct (see example) with an inline asm that contains "this" pointer. Clang returns with an error. This patch fixes that. error: expected unqualified-id For example: ''' struct A { void f() { __asm mov eax, this // error: expected unqualified-id } }; ''' Differential Revision: http://reviews.llvm.org/D15115 llvm-svn: 255645
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud