[PATCH] D81123: [llvm-objcopy] Reorder --dump-section for MachO.

Sameer Arora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 13:18:54 PDT 2020


sameerarora101 marked 3 inline comments as done.
sameerarora101 added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp:190
 
+  // Dump sections before add/remove for
+  // compatibility with GNU objcopy.
----------------
MaskRay wrote:
> The two lines should be joined.
> 
> clang-format can format that for you.
Do you mean on the same line like `// Dump sections before add/remove for compatibility with GNU objcopy.` ? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81123





More information about the llvm-commits mailing list