[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
Fri Aug 3 11:55:12 PDT 2018
MaskRay added a comment.
In https://reviews.llvm.org/D50223#1187829, @ruiu wrote:
> If you are using git, you can actually combine this patch work your another patch as a single patch.
I use git but not mono-repo git..
git clone https://git.llvm.org/git/llvm.git
cd llvm/tools
git clone https://git.llvm.org/git/clang.git
I cannot combine this with changes in clang.
The change on clang's side is at https://reviews.llvm.org/D50267
Repository:
rL LLVM
https://reviews.llvm.org/D50223
More information about the llvm-commits
mailing list