[all-commits] [llvm/llvm-project] dc046c: [llvm-objcopy][MachO] Change the storage of sections
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri Feb 21 13:31:09 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc046c70de96784772050e2704141c9e2a478220
https://github.com/llvm/llvm-project/commit/dc046c70de96784772050e2704141c9e2a478220
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
M llvm/tools/llvm-objcopy/MachO/MachOReader.cpp
M llvm/tools/llvm-objcopy/MachO/MachOWriter.cpp
M llvm/tools/llvm-objcopy/MachO/Object.cpp
M llvm/tools/llvm-objcopy/MachO/Object.h
Log Message:
-----------
[llvm-objcopy][MachO] Change the storage of sections
In this diff we change the storage of a section to unique_ptr.
This refactoring was factored out from D71647.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D74946
More information about the All-commits
mailing list