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

Issue 1539373005: roll clang 255169:256316 (Closed)

Created:
5 years ago by Nico
Modified:
4 years, 11 months ago
Reviewers:
hans
CC:
chromium-reviews, yunlian, eugenis+clang_chromium.org, glider+clang_chromium.org, dmikurube+clang_chromium.org, ukai+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

roll clang 255169:256316 New: * /W4 in clang-cl enables -Wextra warnings * fix for link.exe /incremental build flakes * /Brepro suppresses timestamps for deterministic builds (doesn't work with link.exe /incremental) Note that this brings in a libc++ regression on Mac [1]: some of the symbols that are hidden symbols in the system libc++ in OS X 10.8 are marked as "inline" in the headers shipped with this compiler -- this means that binaries produced by this compiler might not run on OS X 10.8 if these calls don't get inlined (or, if the 10.8 SDK is used, they won't link). That's ok for us though because production builds on OS X statically link a newer libc++ with these symbols exported, the iOS bots run newer OS X versions than 10.8, and so do the Mac bots that do component builds (which use the system libc++) or asan builds. And soon we'll roll in r257193 which fixes this again. 1: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160104/146428.html BUG=571691 TBR=hans Committed: https://crrev.com/483df9304bb678dd50b435a41c063a3aed96d10f Cr-Commit-Position: refs/heads/master@{#368796}

Patch Set 1 #

Patch Set 2 : 256307 #

Patch Set 3 : 256308 #

Patch Set 4 : precise binary #

Patch Set 5 : 256315 #

Patch Set 6 : . #

Patch Set 7 : 316 #

Patch Set 8 : retry #

Patch Set 9 : retry #

Patch Set 10 : retry #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M tools/clang/scripts/update.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 77 (41 generated)
Nico
5 years ago (2015-12-23 21:34:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-29 23:29:52 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/111767)
4 years, 11 months ago (2015-12-29 23:38:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-29 23:40:12 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/47382)
4 years, 11 months ago (2015-12-29 23:49:24 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-30 14:19:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/111864)
4 years, 11 months ago (2015-12-30 14:30:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-30 20:14:12 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/111941)
4 years, 11 months ago (2015-12-30 20:25:57 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-31 02:48:12 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/112034)
4 years, 11 months ago (2015-12-31 02:59:15 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2015-12-31 22:19:37 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/112092)
4 years, 11 months ago (2015-12-31 22:32:43 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-01 17:18:33 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/112104)
4 years, 11 months ago (2016-01-01 17:27:41 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-03 03:13:49 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/153804)
4 years, 11 months ago (2016-01-03 03:23:51 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-04 00:29:36 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/140759) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 11 months ago (2016-01-04 00:37:52 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-05 02:13:29 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/112612)
4 years, 11 months ago (2016-01-05 02:26:12 UTC) #49
hans
https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py File tools/clang/scripts/update.py (left): https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py#oldcode29 tools/clang/scripts/update.py:29: CLANG_REVISION = '255169' the message says it's a roll ...
4 years, 11 months ago (2016-01-05 11:05:53 UTC) #50
Nico
On 2016/01/05 11:05:53, hans wrote: > https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py > File tools/clang/scripts/update.py (left): > > https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py#oldcode29 > ...
4 years, 11 months ago (2016-01-05 12:52:50 UTC) #52
Nico
On 2016/01/05 11:05:53, hans wrote: > https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py > File tools/clang/scripts/update.py (left): > > https://codereview.chromium.org/1539373005/diff/180001/tools/clang/scripts/update.py#oldcode29 > ...
4 years, 11 months ago (2016-01-05 12:52:52 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-06 01:34:44 UTC) #55
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/113177)
4 years, 11 months ago (2016-01-06 01:50:34 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-07 03:39:20 UTC) #59
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/113742)
4 years, 11 months ago (2016-01-07 03:57:24 UTC) #61
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-07 05:14:41 UTC) #63
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/113764)
4 years, 11 months ago (2016-01-07 05:29:05 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-07 19:51:46 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/114030)
4 years, 11 months ago (2016-01-07 20:06:44 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1539373005/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1539373005/180001
4 years, 11 months ago (2016-01-12 02:56:15 UTC) #72
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 11 months ago (2016-01-12 04:48:00 UTC) #74
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/483df9304bb678dd50b435a41c063a3aed96d10f Cr-Commit-Position: refs/heads/master@{#368796}
4 years, 11 months ago (2016-01-12 04:49:01 UTC) #76
Julien - ping for review
4 years, 11 months ago (2016-01-12 16:54:11 UTC) #77
Message was sent while issue was closed.
A revert of this CL (patchset #10 id:180001) has been created in
https://codereview.chromium.org/1575393003/ by jchaffraix@chromium.org.

The reason for reverting is: The Mac OS 10.7 Debug Blink bot is hitting the
regression mentioned in the CL while running several Blink unittests:

dyld: lazy symbol binding failed: Symbol not found:
__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEEC2EPNS_15basic_streambufIcS2_EE
  Referenced from:
/Volumes/data/b/swarm_slave/work/isolated/runImpjEb/third_party/WebKit/Source/wtf/../../../../out/Debug/wtf_unittests
  Expected in: /usr/lib/libc++.1.dylib

dyld: Symbol not found:
__ZNSt3__114basic_iostreamIcNS_11char_traitsIcEEEC2EPNS_15basic_streambufIcS2_EE
  Referenced from:
/Volumes/data/b/swarm_slave/work/isolated/runImpjEb/third_party/WebKit/Source/wtf/../../../../out/Debug/wtf_unittests
  Expected in: /usr/lib/libc++.1.dylib

Full output:
https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7%20%28d....

Powered by Google App Engine
This is Rietveld 408576698