[all-commits] [llvm/llvm-project] 50467c: [llvm-objcopy][NFC] Refactor CopyConfig structure ...
avl-llvm via All-commits
all-commits at lists.llvm.org
Wed Sep 8 09:17:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50467c0852d0f1b46829c45b597c1f5b2dd29893
https://github.com/llvm/llvm-project/commit/50467c0852d0f1b46829c45b597c1f5b2dd29893
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M llvm/tools/llvm-objcopy/CommonConfig.h
M llvm/tools/llvm-objcopy/ConfigManager.cpp
M llvm/tools/llvm-objcopy/ELF/ELFConfig.h
M llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp
M llvm/tools/llvm-objcopy/MachO/MachOConfig.h
M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.h
Log Message:
-----------
[llvm-objcopy][NFC] Refactor CopyConfig structure - categorize options.
This patch continues refactoring done by D99055. It puts format specific
options into the correponding CopyConfig structures.
Differential Revision: https://reviews.llvm.org/D102277
More information about the All-commits
mailing list