[all-commits] [llvm/llvm-project] 2feb6e: [ms] [llvm-ml] Fix STRUCT field alignment

Eric Astor via All-commits all-commits at lists.llvm.org
Mon Sep 7 10:59:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2feb6e9b8418b29c002bc830a3e2fdcbe9e39449
      https://github.com/llvm/llvm-project/commit/2feb6e9b8418b29c002bc830a3e2fdcbe9e39449
  Author: Eric Astor <epastor at google.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M llvm/lib/MC/MCParser/MasmParser.cpp
    M llvm/test/tools/llvm-ml/struct.test

  Log Message:
  -----------
  [ms] [llvm-ml] Fix STRUCT field alignment

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

Reviewed By: thakis

Differential Revision: https://reviews.llvm.org/D86945




More information about the All-commits mailing list