commit | ae35f196bbc82e6fe7ccb2716368221d7a26476d | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Wed Dec 03 14:49:53 2014 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Wed Dec 03 14:49:53 2014 -0800 |
tree | cfc6c9f07fc73a61cd87b1b6e2cae3cb19348a92 | |
parent | 08c3bcd66dc0101720da78c1d5f49230f4521c75 [diff] |
Fix PNaCl bitcode to LLVM IR reader to match new API. When LLVM 3.5 was merged, the handling of errors was broken. This is being fixed in the CL listed below. This CL fixes Subzero's call so that it will work with the CL listed below. Relavant LLVM CL: https://codereview.chromium.org/770853002 BUG= https://code.google.com/p/nativeclient/issues/detail?id=4006 R=jfb@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/775173002