[all-commits] [llvm/llvm-project] 775ef4: [XCOFF][AIX] report_fatal_error when an overflow s...

jasonliudev via All-commits all-commits at lists.llvm.org
Mon Jun 8 12:59:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 775ef44514b333ad042bea37204323bff295643e
      https://github.com/llvm/llvm-project/commit/775ef44514b333ad042bea37204323bff295643e
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-06-08 (Mon, 08 Jun 2020)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/XCOFF.h
    M llvm/lib/MC/XCOFFObjectWriter.cpp
    M llvm/lib/Object/XCOFFObjectFile.cpp
    A llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll

  Log Message:
  -----------
  [XCOFF][AIX] report_fatal_error when an overflow section is needed

If there are more than 65534 relocation entries in a single section,
we should generate an overflow section.
Since we don't support overflow section for now, we should generate
an error.

Differential revision: https://reviews.llvm.org/D81104




More information about the All-commits mailing list