This is an archive of the discontinued LLVM Phabricator instance.

[Clang] - Update code to match upcoming llvm::zlib API.
ClosedPublic

Authored by grimar on Jan 17 2017, 7:37 AM.

Details

Summary

D28684 changed llvm::zlib to return Error instead of Status.
It was accepted and committed in r292214, but then reverted in r292217
because I missed that clang code also needs to be updated.

Patch do that.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Jan 17 2017, 7:37 AM
This revision was automatically updated to reflect the committed changes.