Reorder DumpSection under handleArgs in
file MachOObjcopy.cpp. The operation to dump
a section is now performed before both add and remove
section operations for MachO file format.
Change for the ELF format at D81097. Together fixes https://bugs.llvm.org/show_bug.cgi?id=44283
There is no need to use different numbering (%t1 %t2) for the same command.
Actually, it is preferred to use the same numbering for associated output (%t1.dump.text and %t2) in this case.
.dump.text can be simplified to .dump . You don't need two extensions.