Support 64 bit symbol table writing.
This patch is part of D103696 partition
Details
Details
- Reviewers
jhenderson nemanjai sfertile Esme jasonliu daltenty hubert.reinterpretcast Helflym - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.");
Please run clang-format.