Remove Expected<CompressedSection> factory functions in favor of constructors
now that zlib::compress returns void (D121512).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121644
[llvm-objcopy] Simplify CompressedSection creation. NFC ClosedPublic Authored by MaskRay on Mar 14 2022, 2:51 PM.
Details Summary Remove Expected<CompressedSection> factory functions in favor of constructors
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 14 2022, 11:06 PM This revision was landed with ongoing or failed builds.Mar 14 2022, 11:15 PM Closed by commit rGcce352102001: [llvm-objcopy] Simplify CompressedSection creation. NFC (authored by MaskRay). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 415324 llvm/lib/ObjCopy/ELF/ELFObjcopy.cpp
llvm/lib/ObjCopy/ELF/ELFObject.h
llvm/lib/ObjCopy/ELF/ELFObject.cpp
|