Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit ec2a794

Browse files
committed
Fix buildbot breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338940 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1090c4b commit ec2a794

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Support/Compression.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ uint32_t zlib::crc32(StringRef Buffer) {
8989
#else
9090
bool zlib::isAvailable() { return false; }
9191
Error zlib::compress(StringRef InputBuffer,
92-
SmallVectorImpl<char> &CompressedBuffer,
93-
CompressionLevel Level) {
92+
SmallVectorImpl<char> &CompressedBuffer, int Level) {
9493
llvm_unreachable("zlib::compress is unavailable");
9594
}
9695
Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer,

0 commit comments

Comments
 (0)