[PATCH] D117281: [llvm-objcopy][MachO] Implement --update-section

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 22:45:15 PST 2022


abrachet added a comment.

>From what I can gather about Mach-O, it seems like maybe updateSection could just be `removeSection` + `addSection`, but I wasn't sure. Maybe someone with more Mach-O experience could say for sure.


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

https://reviews.llvm.org/D117281



More information about the llvm-commits mailing list