llvm-6502/lib/Bitcode/Reader
Rafael Espindola 75a9d37187 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
2014-07-29 20:22:46 +00:00
..
BitcodeReader.cpp Move the bitcode error enum to the include directory. 2014-07-29 20:22:46 +00:00
BitcodeReader.h Move the bitcode error enum to the include directory. 2014-07-29 20:22:46 +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 BitstreamReader hasn't aged well. It's been hacked on by various people and 2013-01-19 18:19:39 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile