| commit | 48da4f4691970f03d34ec84dbf58c22d978a07c7 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Mon Nov 04 16:16:24 2013 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon Nov 04 16:16:24 2013 +0000 |
| tree | cfe6c4c0a0d2bec97ed6c0e5d10bccab7ddbce01 | |
| parent | e0ccdb1a2806c75df2dcbfd35ab7700623147cb9 [diff] |
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