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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 12 16:56:13 PST 2022


MaskRay updated this revision to Diff 414896.
MaskRay retitled this revision from "[Support] zlib::compress: replace compress2 with iterative deflate" to "[Support] Change zlib::compress to return void".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Herald added subscribers: cfe-commits, wenlei, usaxena95, kadircet, arphaman, emaste.
Herald added projects: clang, clang-tools-extra.

repurpose the patch to return void


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121512

Files:
  clang-tools-extra/clangd/index/Serialization.cpp
  clang/lib/Serialization/ASTWriter.cpp
  llvm/include/llvm/ProfileData/SampleProf.h
  llvm/include/llvm/Support/Compression.h
  llvm/lib/MC/ELFObjectWriter.cpp
  llvm/lib/ObjCopy/ELF/ELFObject.cpp
  llvm/lib/ProfileData/Coverage/CoverageMappingWriter.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/ProfileData/SampleProf.cpp
  llvm/lib/ProfileData/SampleProfWriter.cpp
  llvm/lib/Support/Compression.cpp
  llvm/unittests/Support/CompressionTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121512.414896.patch
Type: text/x-patch
Size: 9622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220313/b8d270e7/attachment-0001.bin>


More information about the cfe-commits mailing list