Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241933 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information