1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/lib/Bitcode
Rafael Espindola 5205124829 Change BitcodeReader to use error_code instead of bool + string.
In order to create an ObjectFile implementation that uses bitcode files, we
need to propagate the bitcode errors to the ObjectFile interface, so we need
to convert it to use the same error handling as ObjectFile: error_code.

llvm-svn: 193996
2013-11-04 16:16:24 +00:00
..
Reader Change BitcodeReader to use error_code instead of bool + string. 2013-11-04 16:16:24 +00:00
Writer Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile