[PATCH] D97656: [llvm-objcopy] Initial XCOFF32 support.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 00:08:44 PDT 2021


Esme added a comment.

In D97656#2676135 <https://reviews.llvm.org/D97656#2676135>, @shchenz wrote:

>> The patch does not support reading and writing debug info. Do you think I should add it to the patch?
>
> Should we distinguish the DWARF sections and the non DWARF sections for now? From the `XCOFFReader` and `XCOFFWriter` class, I can not tell why and how the DWARF sections are skipped.

The DWARF-related failure still exists in the latest update. I will have a look into the problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97656



More information about the llvm-commits mailing list