[PATCH] D50223: [Support] Add zlib::compress which operates on std::unique_ptr<uint8_t[]>
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug  2 21:53:15 PDT 2018
    
    
  
MaskRay added a comment.
There are very few users of `zlib::compress` operating on `SmallVectorImpl<char>`. If the two overloads seem redundant, I can remove the `SmallVectorImpl<char>` overload in future revision.
Repository:
  rL LLVM
https://reviews.llvm.org/D50223
    
    
More information about the llvm-commits
mailing list