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

Issue 2218363002: Subzero: Embed the revision string into translated output. (Closed)

Created:
4 years, 4 months ago by Jim Stichnoth
Modified:
4 years, 4 months ago
Reviewers:
Eric Holk, Karl, John
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: Embed the revision string into translated output. Modify the Makefiles to pass in the current git hash, which is embedded into the translated output. As a side effect, it is also embedded into the Subzero translator binary. This is useful for two reasons: 1. The PNaCl component update process is somewhat manual, making it tricky long after the fact to know exactly which revision was pushed, e.g. when trying to reproduce a bug or crash. 2. A translated binary can be inspected to make sure Chrome used the expected revision of Subzero. (And also to verify that pnacl-sz was used rather than pnacl-llc.) The revision string is suppressed for lit tests, because a number of tests seem overly strict about global initializer expectations. BUG= none R=jpp@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=54cf1a2f5a2e6c05e6a94c6f0d685b5381ed7261

Patch Set 1 #

Total comments: 12

Patch Set 2 : Code review changes. #

Patch Set 3 : Insert new global in GlobalContext ctor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -2 lines) Patch
M Makefile View 1 chunk +1 line, -0 lines 0 comments Download
M Makefile.standalone View 2 chunks +2 lines, -0 lines 0 comments Download
M pydir/crosstest.py View 2 chunks +3 lines, -2 lines 0 comments Download
M pydir/run-pnacl-sz.py View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceClFlags.def View 1 chunk +3 lines, -0 lines 0 comments Download
M src/IceCompileServer.cpp View 2 chunks +2 lines, -0 lines 0 comments Download
M src/IceGlobalContext.cpp View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A src/IceRevision.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A src/IceRevision.cpp View 1 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Jim Stichnoth
4 years, 4 months ago (2016-08-07 00:23:55 UTC) #7
John
https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp File src/IceGlobalContext.cpp (right): https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp#newcode474 src/IceGlobalContext.cpp:474: if (getFlags().getEmitRevision()) { This method is supposed to emit ...
4 years, 4 months ago (2016-08-08 11:47:29 UTC) #8
Jim Stichnoth
https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp File src/IceGlobalContext.cpp (right): https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp#newcode474 src/IceGlobalContext.cpp:474: if (getFlags().getEmitRevision()) { On 2016/08/08 11:47:28, John wrote: > ...
4 years, 4 months ago (2016-08-08 14:46:18 UTC) #9
John
lgtm https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp File src/IceGlobalContext.cpp (right): https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp#newcode474 src/IceGlobalContext.cpp:474: if (getFlags().getEmitRevision()) { On 2016/08/08 14:46:18, stichnot wrote: ...
4 years, 4 months ago (2016-08-08 14:55:36 UTC) #10
Jim Stichnoth
https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp File src/IceGlobalContext.cpp (right): https://codereview.chromium.org/2218363002/diff/1/src/IceGlobalContext.cpp#newcode474 src/IceGlobalContext.cpp:474: if (getFlags().getEmitRevision()) { On 2016/08/08 14:55:36, John wrote: > ...
4 years, 4 months ago (2016-08-08 17:48:10 UTC) #11
Jim Stichnoth
4 years, 4 months ago (2016-08-08 21:15:13 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
54cf1a2f5a2e6c05e6a94c6f0d685b5381ed7261 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698