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

Issue 800553003: Update PNaCl to LLVM/Clang/Libcxx 223109 (nacl-change) (Closed)

Created:
5 years, 12 months ago by jvoung (off chromium)
Modified:
5 years, 9 months ago
Reviewers:
Karl, JF
CC:
native-client-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
nacl
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : stuff #

Patch Set 3 : rebase #

Patch Set 4 : add hashes for tryjob #

Patch Set 5 : subzero fixes #

Patch Set 6 : update llvm for 32-bit fix #

Patch Set 7 : try windows fix #

Patch Set 8 : try testing spaces separately #

Patch Set 9 : be more adventurous #

Patch Set 10 : binary search 2 #

Patch Set 11 : rebase #

Patch Set 12 : fix rebase #

Total comments: 4

Patch Set 13 : try rev w/ possible fix for threadedstreamingcache #

Patch Set 14 : rebase again #

Total comments: 5

Patch Set 15 : assert len #

Patch Set 16 : add assert about cwd #

Patch Set 17 : rev with new comment #

Patch Set 18 : new review llvm hash #

Patch Set 19 : update subzero hash #

Patch Set 20 : update llvm rev (rebased), but not clang #

Patch Set 21 : rebase #

Patch Set 22 : update clang revision #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -16 lines) Patch
M pnacl/COMPONENT_REVISIONS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +4 lines, -4 lines 0 comments Download
M pnacl/driver/driver_env.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pnacl/driver/pnacl-ld.py View 1 chunk +1 line, -1 line 0 comments Download
M pnacl/driver/tests/path_length_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +13 lines, -3 lines 0 comments Download
M pnacl/prune_test.py View 1 chunk +2 lines, -1 line 0 comments Download
M toolchain_build/pnacl_targetlibs.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M toolchain_build/toolchain_build_pnacl.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -5 lines 0 comments Download
M tools/toolchain_tester/known_failures_pnacl.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Karl
https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py File pnacl/driver/tests/path_length_test.py (right): https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py#newcode36 pnacl/driver/tests/path_length_test.py:36: # Create a directory whose path will be exactly ...
5 years, 10 months ago (2015-02-20 16:30:43 UTC) #2
JF
https://codereview.chromium.org/800553003/diff/260001/pnacl/driver/pnacl-ld.py File pnacl/driver/pnacl-ld.py (left): https://codereview.chromium.org/800553003/diff/260001/pnacl/driver/pnacl-ld.py#oldcode40 pnacl/driver/pnacl-ld.py:40: 'OPT_LTO_FLAGS': '-std-link-opts -disable-internalize', Why isn't -disable-internalize necessary anymore? It ...
5 years, 10 months ago (2015-02-23 21:50:43 UTC) #4
jvoung (off chromium)
https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py File pnacl/driver/tests/path_length_test.py (right): https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py#newcode36 pnacl/driver/tests/path_length_test.py:36: # Create a directory whose path will be exactly ...
5 years, 10 months ago (2015-02-23 22:12:00 UTC) #5
Karl
https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py File pnacl/driver/tests/path_length_test.py (right): https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py#newcode36 pnacl/driver/tests/path_length_test.py:36: # Create a directory whose path will be exactly ...
5 years, 10 months ago (2015-02-23 22:18:18 UTC) #6
JF
lgtm https://codereview.chromium.org/800553003/diff/260001/tools/toolchain_tester/known_failures_pnacl.txt File tools/toolchain_tester/known_failures_pnacl.txt (right): https://codereview.chromium.org/800553003/diff/260001/tools/toolchain_tester/known_failures_pnacl.txt#newcode114 tools/toolchain_tester/known_failures_pnacl.txt:114: 20031003-1.c On 2015/02/23 22:12:00, jvoung wrote: > On ...
5 years, 10 months ago (2015-02-23 22:39:46 UTC) #7
jvoung (off chromium)
https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py File pnacl/driver/tests/path_length_test.py (right): https://codereview.chromium.org/800553003/diff/220001/pnacl/driver/tests/path_length_test.py#newcode36 pnacl/driver/tests/path_length_test.py:36: # Create a directory whose path will be exactly ...
5 years, 10 months ago (2015-02-23 22:41:22 UTC) #8
Karl
lgtm
5 years, 10 months ago (2015-02-23 22:43:32 UTC) #9
jvoung (off chromium)
Are we pretty much good to go (can add the instcombine patch too)? How should ...
5 years, 9 months ago (2015-02-26 22:25:06 UTC) #10
jvoung (off chromium)
5 years, 9 months ago (2015-02-27 18:48:54 UTC) #11
Message was sent while issue was closed.
Committed patchset #22 (id:420001) manually as
ab8a5c605e1502be0605783bfe477d1a3d315817 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698