[PATCH] D121512: [Support] Change zlib::compress to return void

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 10:53:45 PDT 2022


ikudrin added inline comments.


================
Comment at: llvm/lib/ObjCopy/ELF/ELFObject.cpp:568
                                      DebugCompressionType CompressionType,
                                      Error &OutErr)
     : SectionBase(Sec), CompressionType(CompressionType),
----------------
`OutErr` can now be removed to further simplify the calling code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121512/new/

https://reviews.llvm.org/D121512



More information about the llvm-commits mailing list