[PATCH] D130458: [llvm-objcopy] Support --{,de}compress-debug-sections for zstd

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 11:42:32 PDT 2022


MaskRay added a comment.

In D130458#3685479 <https://reviews.llvm.org/D130458#3685479>, @MaskRay wrote:

> remove dependency on the API change (i.e. switch to a previous revision)

Sorry, I made a mistake here. The patch did not depend on D130506 <https://reviews.llvm.org/D130506>. A second-to-last update added the dependency and made it subject to the D130506 <https://reviews.llvm.org/D130506>/D130516 <https://reviews.llvm.org/D130516> API design debate.

@dblaikie Realized I didn't make sure you were fine with this incremental direction - would you like me to revert while we settle on free function/classe based design first?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130458



More information about the llvm-commits mailing list