Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Issue 2247253005: Subzero: Fix build errors with LLVM trunk. (Closed)

Created:
4 years, 4 months ago by Jim Stichnoth
Modified:
4 years, 4 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

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 Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=efdf412032f7622a0663696896708d75b82e92f6

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -5 lines) Patch
M CMakeLists.txt View 1 chunk +7 lines, -0 lines 0 comments Download
M src/IceCfg.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/IceCompileServer.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 3 chunks +3 lines, -3 lines 2 comments Download

Messages

Total messages: 9 (3 generated)
Jim Stichnoth
+dschuff for the cmake stuff.
4 years, 4 months ago (2016-08-16 21:00:40 UTC) #3
Eric Holk
lgtm https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode812 src/IceTargetLoweringX86BaseImpl.h:812: Inst *CurInst = iteratorToInst(Context.getCur()); Would just `*Context.getCur()` work?
4 years, 4 months ago (2016-08-17 00:33:46 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h File src/IceTargetLoweringX86BaseImpl.h (right): https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode812 src/IceTargetLoweringX86BaseImpl.h:812: Inst *CurInst = iteratorToInst(Context.getCur()); On 2016/08/17 00:33:46, Eric Holk ...
4 years, 4 months ago (2016-08-17 04:43:30 UTC) #5
Derek Schuff
On 2016/08/17 04:43:30, stichnot wrote: > https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h > File src/IceTargetLoweringX86BaseImpl.h (right): > > https://codereview.chromium.org/2247253005/diff/1/src/IceTargetLoweringX86BaseImpl.h#newcode812 > ...
4 years, 4 months ago (2016-08-17 06:41:23 UTC) #6
Jim Stichnoth
On 2016/08/17 06:41:23, Derek Schuff wrote: > On 2016/08/17 04:43:30, stichnot wrote: > > > ...
4 years, 4 months ago (2016-08-17 15:53:11 UTC) #7
Jim Stichnoth
4 years, 4 months ago (2016-08-17 16:12:56 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
efdf412032f7622a0663696896708d75b82e92f6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698