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)
commitc3f2e73006fe7ebe9f6e5622301d932a80058a5f
tree3e4bead53bbb04af295c92212c1b8e9d2e90e528
parent9e6e0751b3a856d3a3ffcd70f8311a0e5434268a
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.

llvm-svn: 214209
llvm/include/llvm/Bitcode/ReaderWriter.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.h