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

Issue 689433002: Remove IceConverter when LLVM IR is not allowed. (Closed)

Created:
6 years, 1 month ago by Karl
Modified:
6 years, 1 month ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fix problems from merging in master. #

Total comments: 4

Patch Set 3 : Fix issues raised in patch set 2. #

Patch Set 4 : Remove using conditional preprocessor directives. #

Total comments: 2

Patch Set 5 : Merged with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -8 lines) Patch
M Makefile.standalone View 1 2 3 4 3 chunks +10 lines, -2 lines 0 comments Download
M pydir/crosstest.py View 1 chunk +1 line, -0 lines 0 comments Download
M pydir/run-llvm2ice.py View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M src/llvm2ice.cpp View 1 2 3 3 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Karl
6 years, 1 month ago (2014-10-28 20:23:17 UTC) #2
Jim Stichnoth
https://codereview.chromium.org/689433002/diff/20001/pydir/run-llvm2ice.py File pydir/run-llvm2ice.py (right): https://codereview.chromium.org/689433002/diff/20001/pydir/run-llvm2ice.py#newcode80 pydir/run-llvm2ice.py:80: cmd += ['--build-on-read'] Maybe --build-on-read=1 for consistency/clarity? https://codereview.chromium.org/689433002/diff/20001/src/llvm2ice.cpp File ...
6 years, 1 month ago (2014-10-28 20:45:35 UTC) #3
Karl
Also fixed title for issue. https://codereview.chromium.org/689433002/diff/20001/pydir/run-llvm2ice.py File pydir/run-llvm2ice.py (right): https://codereview.chromium.org/689433002/diff/20001/pydir/run-llvm2ice.py#newcode80 pydir/run-llvm2ice.py:80: cmd += ['--build-on-read'] On ...
6 years, 1 month ago (2014-10-28 21:43:51 UTC) #4
Karl
https://codereview.chromium.org/689433002/diff/60001/src/llvm2ice.cpp File src/llvm2ice.cpp (right): https://codereview.chromium.org/689433002/diff/60001/src/llvm2ice.cpp#newcode278 src/llvm2ice.cpp:278: } else if (ALLOW_LLVM_IR) { Cleaned this up by ...
6 years, 1 month ago (2014-10-29 19:58:38 UTC) #5
Jim Stichnoth
lgtm https://codereview.chromium.org/689433002/diff/60001/src/llvm2ice.cpp File src/llvm2ice.cpp (right): https://codereview.chromium.org/689433002/diff/60001/src/llvm2ice.cpp#newcode278 src/llvm2ice.cpp:278: } else if (ALLOW_LLVM_IR) { On 2014/10/29 19:58:38, ...
6 years, 1 month ago (2014-10-29 21:34:11 UTC) #6
Karl
6 years, 1 month ago (2014-10-29 21:58:32 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
ab06df3163683b90ab3cbdba6de9342833892638 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698