llvm-6502/lib/Bitcode/Reader
Rafael Espindola 483d89bcd4 Fix a bug in the conversion to ErrorOr.
The regular end of the bitcode parsing is in the  BitstreamEntry::EndBlock
case.

Should fix the LTO bootstrap on OS X (this function is only used by ld64).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212357 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-04 20:05:56 +00:00
..
BitcodeReader.cpp Fix a bug in the conversion to ErrorOr. 2014-07-04 20:05:56 +00:00
BitcodeReader.h Revert "Convert a few std::strings to StringRef." 2014-07-04 20:02:42 +00:00
BitReader.cpp Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
BitstreamReader.cpp Replace some assert(0)'s with llvm_unreachable. 2014-06-18 05:05:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile