OSDN Git Service

Move the bitcode error enum to the include directory.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 29 Jul 2014 20:22:46 +0000 (20:22 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 29 Jul 2014 20:22:46 +0000 (20:22 +0000)
commit75a9d371871c8d169812634313000c996424441c
tree09a215a7f9eab8eeda774d66d1c82fac5e3abaa2
parent65b59361c5229382a1118f564c5f9e8b757192ff
Move the bitcode error enum to the include directory.

This will let users in other libraries know which error occurred. In particular,
it will be possible to check if the parsing failed or if the file is not
bitcode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214209 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h