[PATCH] D81104: [XCOFF][AIX] report_fatal_error when an overflow section is needed

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 3 08:44:59 PDT 2020


jasonliu created this revision.
jasonliu added reviewers: david-arm, DiggerLin, hubert.reinterpretcast.
Herald added subscribers: llvm-commits, hiraditya, nemanjai.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D81104

Files:
  llvm/lib/MC/XCOFFObjectWriter.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-overflow.ll





More information about the llvm-commits mailing list