diff options
author | Sameer Arora <sameerarora101@fb.com> | 2020-06-05 10:42:19 -0700 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2020-06-05 10:45:51 -0700 |
commit | a018b538a6177b7fb50bad067ca4e828a85dbf76 (patch) | |
tree | c0bbd976d8a4940ac1316b1cce58ad4bbba3ae9c /llvm/lib/CodeGen | |
parent | 339156ad63c4c876432a3109b4d4a67a9602836b (diff) | |
download | llvm-a018b538a6177b7fb50bad067ca4e828a85dbf76.zip llvm-a018b538a6177b7fb50bad067ca4e828a85dbf76.tar.gz llvm-a018b538a6177b7fb50bad067ca4e828a85dbf76.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions