This allows binaries containing the LC_DYLIB_CODE_SIGN_DRS to be
objcopy'd and stripped.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135988
[llvm-objcopy][MachO] Add support for LC_DYLIB_CODE_SIGN_DRS ClosedPublic Authored by keith on Oct 14 2022, 1:59 PM.
Details Summary This allows binaries containing the LC_DYLIB_CODE_SIGN_DRS to be
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2022, 2:41 PM Closed by commit rGc2d209476c49: [llvm-objcopy][MachO] Add support for LC_DYLIB_CODE_SIGN_DRS (authored by keith). · Explain WhyOct 14 2022, 3:41 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467945 llvm/lib/ObjCopy/MachO/MachOLayoutBuilder.cpp
llvm/lib/ObjCopy/MachO/MachOObject.h
llvm/lib/ObjCopy/MachO/MachOObject.cpp
llvm/lib/ObjCopy/MachO/MachOReader.h
llvm/lib/ObjCopy/MachO/MachOReader.cpp
llvm/lib/ObjCopy/MachO/MachOWriter.h
llvm/lib/ObjCopy/MachO/MachOWriter.cpp
llvm/test/tools/llvm-objcopy/MachO/Inputs/strip-all-with-codesignature.yaml
llvm/test/tools/llvm-objcopy/MachO/strip-all.test
|