[PATCH] D104642: [AIX][XCOFF] Enable support for 64 bit symbol table writing

Maryam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 01:39:05 PDT 2021


MaryamBen added a comment.

In D104642#2832519 <https://reviews.llvm.org/D104642#2832519>, @jhenderson wrote:

> Test case?

There is no way to run tests for 64-bit since the writeRelocation isn't implemented.

  void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc,
                                          const ControlSection &CSection) {
    if (TargetObjectWriter->is64Bit())
      report_fatal_error("64-bit XCOFF object files are not supported yet.");


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104642/new/

https://reviews.llvm.org/D104642



More information about the llvm-commits mailing list