1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-objcopy/ELF
Sameer Arora 8c5b6feb6f [llvm-objcopy] Reorder --dump-section before --remove-section for ELF
Reorder `DumpSection` under `handleArgs` in file `ELFObjcopy.cpp`.
`DumpSection` is placed before `replaceAndRemoveSections` and is
therefore now the first operation under `handleArgs`. Thus, it is now
performed before both `add` and `remove` section operations.

Change for the MachO format at D81123. Together fixes https://bugs.llvm.org/show_bug.cgi?id=44283.

Reviewed By: alexshap, jhenderson, MaskRay

Differential Revision: https://reviews.llvm.org/D81097
2020-06-05 10:45:51 -07:00
..
ELFConfig.cpp
ELFConfig.h
ELFObjcopy.cpp [llvm-objcopy] Reorder --dump-section before --remove-section for ELF 2020-06-05 10:45:51 -07:00
ELFObjcopy.h
Object.cpp [llvm-objcopy][ELF] Fix removing a group member. 2020-05-29 20:24:53 +07:00
Object.h [llvm-objcopy][ELF] Fix removing a group member. 2020-05-29 20:24:53 +07:00