[all-commits] [llvm/llvm-project] d83a2f: [NFCI][XCOFF][AIX] Skip empty Section during objec...

jasonliudev via All-commits all-commits at lists.llvm.org
Mon Oct 28 15:07:11 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d83a2faacd3bce3885bb9574ec4169c9c8943144
      https://github.com/llvm/llvm-project/commit/d83a2faacd3bce3885bb9574ec4169c9c8943144
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M llvm/lib/MC/XCOFFObjectWriter.cpp

  Log Message:
  -----------
  [NFCI][XCOFF][AIX] Skip empty Section during object file generation

This is a fix to D69112 where we common up the logic of writing CsectGroup.
However, we forget to skip the Sections that are empty in that patch.

Reviewed by: daltenty, xingxue

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




More information about the All-commits mailing list