Fix enum BitcodeError to not define a zero-valued error code.
Summary: std::error_code assumes it isn't an error if the error code is zero. Patch by Karl Schimpf Reviewers: rafael Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10815 llvm-svn: 241933
Loading
Please sign in to comment