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

Issue 1215463014: Modify how textual bitcode is injected into pnacl-sz. (Closed)

Created:
5 years, 5 months ago by Karl
Modified:
5 years, 5 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

Modify how textual bitcode is injected into pnacl-sz. Added command line flag "--bitcode-as-text", and triggered the acceptance of textual bitcode on this flag. To make sure this isn't added to the sandboxed translator, the reading of bitcode text is also dependent on the translator not being a minimal build. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4222 R=jvoung@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=cb6e95aac252a35c66705fb5e30d3c5e9ba4c1dc

Patch Set 1 #

Total comments: 10

Patch Set 2 : Clean up parsing bitcode as text to be based on sandboxed translation. #

Patch Set 3 : Fix nits. #

Total comments: 8

Patch Set 4 : Fix issues in path set 3. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -34 lines) Patch
M CMakeLists.txt View 1 2 1 chunk +14 lines, -7 lines 0 comments Download
M Makefile View 1 chunk +3 lines, -4 lines 0 comments Download
M Makefile.standalone View 1 2 chunks +1 line, -12 lines 0 comments Download
M src/IceBuildDefs.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/IceClFlags.cpp View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M src/IceClFlagsExtra.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/IceCompileServer.cpp View 1 3 4 chunks +7 lines, -9 lines 0 comments Download
M src/Makefile View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (1 generated)
Karl
5 years, 5 months ago (2015-07-07 19:11:39 UTC) #2
jvoung (off chromium)
lgtm https://codereview.chromium.org/1215463014/diff/1/src/IceCompileServer.cpp File src/IceCompileServer.cpp (right): https://codereview.chromium.org/1215463014/diff/1/src/IceCompileServer.cpp#newcode44 src/IceCompileServer.cpp:44: "browswer translator"); browswer -> browser https://codereview.chromium.org/1215463014/diff/1/src/IceCompileServer.cpp#newcode67 src/IceCompileServer.cpp:67: ErrStrm ...
5 years, 5 months ago (2015-07-07 21:40:17 UTC) #3
Jim Stichnoth
lgtm https://codereview.chromium.org/1215463014/diff/1/src/IceBuildDefs.h File src/IceBuildDefs.h (right): https://codereview.chromium.org/1215463014/diff/1/src/IceBuildDefs.h#newcode28 src/IceBuildDefs.h:28: constexpr bool textualBitcode() { return ACCEPT_TEXTUAL_PNACL_BITCODE; } Consider ...
5 years, 5 months ago (2015-07-10 18:04:24 UTC) #4
Karl
https://codereview.chromium.org/1215463014/diff/1/CMakeLists.txt File CMakeLists.txt (right): https://codereview.chromium.org/1215463014/diff/1/CMakeLists.txt#newcode22 CMakeLists.txt:22: if(PNACL_BROWSER_TRANSLATOR) Fixed this to match what is written in ...
5 years, 5 months ago (2015-07-21 21:07:02 UTC) #5
jvoung (off chromium)
https://codereview.chromium.org/1215463014/diff/40001/src/IceClFlags.cpp File src/IceClFlags.cpp (left): https://codereview.chromium.org/1215463014/diff/40001/src/IceClFlags.cpp#oldcode18 src/IceClFlags.cpp:18: keep the newline? I think the new style is ...
5 years, 5 months ago (2015-07-22 21:20:45 UTC) #6
Karl
https://codereview.chromium.org/1215463014/diff/40001/src/IceClFlags.cpp File src/IceClFlags.cpp (left): https://codereview.chromium.org/1215463014/diff/40001/src/IceClFlags.cpp#oldcode18 src/IceClFlags.cpp:18: On 2015/07/22 21:20:45, jvoung wrote: > keep the newline? ...
5 years, 5 months ago (2015-07-22 21:58:17 UTC) #7
jvoung (off chromium)
lgtm
5 years, 5 months ago (2015-07-22 22:30:06 UTC) #8
Karl
5 years, 5 months ago (2015-07-23 16:10:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
cb6e95aac252a35c66705fb5e30d3c5e9ba4c1dc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698