[X86][ms-inline asm] Add support for memory operands that include structs
authorMarina Yatsina <marina.yatsina@intel.com>
Thu, 24 Dec 2015 12:09:51 +0000 (12:09 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Thu, 24 Dec 2015 12:09:51 +0000 (12:09 +0000)
commit20bc430a1853036074fedccc99bce9d852833fe8
tree0b49b24cfa1568e1c39385b084e64bf22d54f13c
parent8f447cb9c3ebfea42ca761bd3f1f749465ab03b8
[X86][ms-inline asm] Add support for memory operands that include structs

Add ability to reference struct symbols in memory operands.
Test case will be added on the clang side (review http://reviews.llvm.org/D15749)

Differential Revision: http://reviews.llvm.org/D15748

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp