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

Issue 1474923002: Roll Clang 247874:254049 (Closed)

Created:
5 years ago by hans
Modified:
5 years ago
Reviewers:
Nico
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 247874:254049 Also revert https://codereview.chromium.org/1375193005 for bootstrap builds, else compiler-rt won't build in that config. See comment 45 on the bug. This also pins MSan to the old ABI: MSan had a ABI change upstream. Picking it up in Chromium requires rebuilding prebuilt_instrumented_libraries with the new clang. Unfortunately, this fails. This changes switches clang back to the old MSan ABI until we can sort this out. Upstream issue: https://github.com/google/sanitizers/issues/579 BUG=538614, 559530, 560589 R=thakis@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/4fea0f71e935f43777c5f0c0b488910f9e7490ad

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -6 lines) Patch
M build/common.gypi View 1 chunk +2 lines, -0 lines 2 comments Download
M build/config/sanitizers/BUILD.gn View 2 chunks +5 lines, -1 line 0 comments Download
M tools/clang/scripts/update.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/clang/scripts/update.sh View 3 chunks +30 lines, -4 lines 2 comments Download

Messages

Total messages: 15 (4 generated)
hans
Please take a look. (And if you like, CQ if it looks good, for additional ...
5 years ago (2015-11-25 05:38:30 UTC) #2
Nico
lgtm. I have a few nit comments, but I'll hit cq anyways. Looks like the ...
5 years ago (2015-11-25 15:26:02 UTC) #5
hans
On 2015/11/25 15:26:02, Nico wrote: > Looks like the msan > bot failed with "goma ...
5 years ago (2015-11-25 15:37:40 UTC) #6
Nico
Oh, ok. The browser_tests problems seem "normal" on that bot. Hitting cq then. On Wed, ...
5 years ago (2015-11-25 15:42:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1474923002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1474923002/1
5 years ago (2015-11-25 15:43:09 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4fea0f71e935f43777c5f0c0b488910f9e7490ad Cr-Commit-Position: refs/heads/master@{#361689}
5 years ago (2015-11-25 17:35:29 UTC) #10
hans
Committed patchset #1 (id:1) manually as 4fea0f71e935f43777c5f0c0b488910f9e7490ad (presubmit successful).
5 years ago (2015-11-25 17:35:56 UTC) #11
hans
https://codereview.chromium.org/1474923002/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1474923002/diff/1/build/common.gypi#newcode4538 build/common.gypi:4538: '-fPIC', On 2015/11/25 15:26:02, Nico wrote: > I suppose ...
5 years ago (2015-11-25 17:55:13 UTC) #12
drott
This seems to break Mac goma builds for me: When I revert this change, my ...
5 years ago (2015-11-26 12:46:15 UTC) #13
Nico
drott: You need to update your goma client (~/goma/goma_ctl.py update, or upgrade, or something like ...
5 years ago (2015-11-26 13:25:07 UTC) #14
drott
5 years ago (2015-11-30 11:52:17 UTC) #15
Message was sent while issue was closed.
On 2015/11/26 13:25:07, Nico wrote:
> drott: You need to update your goma client (~/goma/goma_ctl.py update, or
> upgrade, or something like that). Does that help? (I thought goma
> autoupdated--maybe it doesn't?)

Thanks for pointer, Nico. That worked in the end. Emphasis on using the .py
script - I used goma_ctl.sh update first, which told me everything was
up-to-date at version 94. But it still failed. Using the .py it worked.
Regarding the auto update, I think so, too - maybe I had it running before
updating my source including this CL.

Powered by Google App Engine
This is Rietveld 408576698