commit | efdf412032f7622a0663696896708d75b82e92f6 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Aug 17 09:12:52 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Aug 17 09:12:52 2016 -0700 |
tree | 1437187e82507a4bceaf663d183ab7976a46f9c1 | |
parent | 48a568dbe65cd74ba688e7398f6f1f50450abfbe [diff] |
Subzero: Fix build errors with LLVM trunk. 1. Some explicit conversions between Inst* and InstList::iterator are needed. 2. llvm::sys::PrintStackTraceOnErrorSignal() has a new argument. 3. A previous CL neglected to plumb in SUBZERO_REVISION for the cmake build. BUG= none R=eholk@chromium.org Review URL: https://codereview.chromium.org/2247253005 .