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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 8 02:26:02 PDT 2021


shchenz added a comment.

> 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.


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