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

Issue 899483002: Subzero: Track protos + globals w/out initializers as undef too (not just helper funcs) (Closed)

Created:
5 years, 10 months ago by jvoung (off chromium)
Modified:
5 years, 10 months ago
Reviewers:
Karl, Jim Stichnoth
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

Track protos + globals w/out initializers as undef too (not just helper funcs) Also handle empty global variable lists -- and initialize ShAddralign to 1 instead of 0, just in case. Previously it would try to align by 0 when the variable list was empty. This should help the crosstests pass with --elf. BUG=none R=kschimpf@google.com, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=77973ccd79c922519bca276f4b62157fe52d5b43

Patch Set 1 #

Patch Set 2 : stuff #

Patch Set 3 : x #

Total comments: 4

Patch Set 4 : review #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -7 lines) Patch
M src/IceConverter.cpp View 1 2 3 4 1 chunk +14 lines, -3 lines 0 comments Download
M src/IceELFObjectWriter.cpp View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M src/PNaClTranslator.cpp View 1 2 3 4 2 chunks +12 lines, -3 lines 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 1 2 4 chunks +21 lines, -0 lines 0 comments Download
A tests_lit/llvm2ice_tests/elf_nodata.ll View 1 1 chunk +127 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
jvoung (off chromium)
5 years, 10 months ago (2015-02-02 20:28:04 UTC) #2
Jim Stichnoth
Crosstests run!!!1! Otherwise lgtm assuming Karl agrees. https://codereview.chromium.org/899483002/diff/40001/src/IceConverter.cpp File src/IceConverter.cpp (right): https://codereview.chromium.org/899483002/diff/40001/src/IceConverter.cpp#newcode124 src/IceConverter.cpp:124: llvm_unreachable("Unhandled GlobalDeclaration ...
5 years, 10 months ago (2015-02-02 21:57:26 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/899483002/diff/40001/src/IceConverter.cpp File src/IceConverter.cpp (right): https://codereview.chromium.org/899483002/diff/40001/src/IceConverter.cpp#newcode124 src/IceConverter.cpp:124: llvm_unreachable("Unhandled GlobalDeclaration type"); On 2015/02/02 21:57:26, stichnot wrote: > ...
5 years, 10 months ago (2015-02-03 01:53:38 UTC) #4
Karl
lgtm
5 years, 10 months ago (2015-02-03 20:43:16 UTC) #6
jvoung (off chromium)
5 years, 10 months ago (2015-02-03 20:48:44 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
77973ccd79c922519bca276f4b62157fe52d5b43 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698