[PATCH] D86945: [ms] [llvm-ml] Fix STRUCT field alignment

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 08:01:31 PDT 2020


epastor created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
epastor requested review of this revision.

MASM aligns fields to the _minimum_ of the STRUCT alignment value and the size of the next field.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86945

Files:
  llvm/lib/MC/MCParser/MasmParser.cpp
  llvm/test/tools/llvm-ml/struct.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86945.289173.patch
Type: text/x-patch
Size: 9038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/532caaf5/attachment.bin>


More information about the llvm-commits mailing list