mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Fix buildbot breakage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1090c4ba25
commit
ec2a794578
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user