summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Compression.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-08-04 00:23:37 +0000
committerRui Ueyama <ruiu@google.com>2018-08-04 00:23:37 +0000
commite9798f787a3a02bcb330feedad96baae8c16a655 (patch)
tree49c8005408708ef6d07f81b37b186044bd02e0c0 /llvm/lib/Support/Compression.cpp
parent2c97adc1a7d601f416898f8370dce484d16705db (diff)
downloadbcm5719-llvm-e9798f787a3a02bcb330feedad96baae8c16a655.tar.gz
bcm5719-llvm-e9798f787a3a02bcb330feedad96baae8c16a655.zip
Fix buildbot breakage.
llvm-svn: 338940
Diffstat (limited to 'llvm/lib/Support/Compression.cpp')
-rw-r--r--llvm/lib/Support/Compression.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Support/Compression.cpp b/llvm/lib/Support/Compression.cpp
index 2217740e2ea..95261d4aad2 100644
--- a/llvm/lib/Support/Compression.cpp
+++ b/llvm/lib/Support/Compression.cpp
@@ -89,8 +89,7 @@ uint32_t zlib::crc32(StringRef Buffer) {
#else
bool zlib::isAvailable() { return false; }
Error zlib::compress(StringRef InputBuffer,
- SmallVectorImpl<char> &CompressedBuffer,
- CompressionLevel Level) {
+ SmallVectorImpl<char> &CompressedBuffer, int Level) {
llvm_unreachable("zlib::compress is unavailable");
}
Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer,
OpenPOWER on IntegriCloud