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

Issue 1284493003: Subzero: Misc fixes/cleanup. (Closed)

Created:
5 years, 4 months ago by Jim Stichnoth
Modified:
5 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: Misc fixes/cleanup. 1. Fix MINIMAL build. (a) Add a void cast to a var only used in asserts. (b) Use "REQUIRES:" instead of "REQUIRES" in a .ll file. 2. Use StrError instead of StrDump for errors. 3. Use a lambda instead of a functor because C++11. 4. Explicit check for -filetype=obj in a non-dump-enabled build, to avoid cryptic downstream error messages. 5. Run "make format" which was neglected earlier. BUG= none R=kschimpf@google.com Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=992f91ddfeb7e68bdb51498194c2af7e9017aeb1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -14 lines) Patch
M src/IceCfgNode.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M src/IceCompiler.cpp View 3 chunks +16 lines, -5 lines 0 comments Download
M src/IceInstARM32.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/IceRegAlloc.cpp View 1 chunk +3 lines, -5 lines 0 comments Download
M src/IceTargetLoweringX86BaseImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/nacl-atomic-errors.ll View 1 chunk +1 line, -0 lines 0 comments Download
M tests_lit/llvm2ice_tests/reorder-basic-blocks.ll View 1 chunk +1 line, -1 line 0 comments Download
M tests_lit/parse_errs/insertextract-err.ll View 1 chunk +2 lines, -0 lines 0 comments Download
M tests_lit/parse_errs/nacl-fake-intrinsic.ll View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jim Stichnoth
5 years, 4 months ago (2015-08-10 14:44:08 UTC) #2
Karl
lgtm
5 years, 4 months ago (2015-08-10 16:28:03 UTC) #3
Jim Stichnoth
5 years, 4 months ago (2015-08-10 18:18:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
992f91ddfeb7e68bdb51498194c2af7e9017aeb1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698