commit | 22ed4eb40f1b4e0b92d5ac0db91a8a31824aa49d | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Wed Mar 04 12:17:20 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Wed Mar 04 12:17:20 2015 -0800 |
tree | 35cc46f140e596c8fb24d651bce593ee64a869d0 | |
parent | d9dc82e4168ff4ed29857f7d970ee3fa4e172245 [diff] |
Fix subzero translator to use new API for reporting errors. The error handling in LLVM for errors has been updated so that errors in the bitcode stream no longer cause (assertion crashes). This CL applies the appropriate changes to subzero. See CL https://codereview.chromium.org/932953002 for changes to error handling for LLVM. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4002 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/916313004