Add MS inline asm support for structs that contain fields that are also structs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks reasonable to me, but I'd prefer Reid take a look before signing off on this one.
test/CodeGen/ms-inline-asm.c | ||
---|---|---|
487 ↗ | (On Diff #43021) | I found this comment in X86AsmParser.cpp which might be related: Parse struct field access. Intel requires a dot, but MSVC doesn't. MSVC |