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

Issue 1229653005: roll clang 239765:241602 (Closed)

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

Description

roll clang 239765:241602 This will hopefully fix symbolization on the asan/android bots. This also brings in somewhat major changes in how the asan runtime is built on OS X; hopefully it won't break the mac asan bots. libcxx(abi) grew CMake files, which is great – except it adds the libcxx(abi) tests to `check-all`, and they don't pass in bootstrap mode on OS X. So delete libcxx(abi) before starting the main build. (It's only needed on OS X for bundling libcxx with the compiler so it can run on 10.6, and that's all done after the first build.) This also adds support for __nullable and Objective-C generics. BUG=502974, 499448 TBR=hans NOPRESUBMIT=true Committed: https://crrev.com/dd2dc4c908b9c05b33a1aa54761603f9f5bf96f5 Cr-Commit-Position: refs/heads/master@{#338220}

Patch Set 1 #

Patch Set 2 : tweak #

Patch Set 3 : . #

Patch Set 4 : 2nd try #

Patch Set 5 : gn #

Patch Set 6 : . #

Patch Set 7 : ooops #

Patch Set 8 : gnbleh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -52 lines) Patch
M build/common.gypi View 1 1 chunk +1 line, -2 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +11 lines, -0 lines 0 comments Download
M tools/clang/scripts/package.py View 1 2 4 1 chunk +3 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.py View 1 2 3 4 3 chunks +23 lines, -24 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 3 4 4 chunks +25 lines, -26 lines 0 comments Download

Messages

Total messages: 24 (6 generated)
Nico
5 years, 5 months ago (2015-07-09 22:52:46 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1229653005/130001
5 years, 5 months ago (2015-07-10 02:25:44 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/77745)
5 years, 5 months ago (2015-07-10 02:33:32 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1229653005/130001
5 years, 5 months ago (2015-07-10 02:41:41 UTC) #8
commit-bot: I haz the power
Committed patchset #8 (id:130001)
5 years, 5 months ago (2015-07-10 02:42:43 UTC) #9
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/dd2dc4c908b9c05b33a1aa54761603f9f5bf96f5 Cr-Commit-Position: refs/heads/master@{#338220}
5 years, 5 months ago (2015-07-10 02:44:25 UTC) #10
Michael Achenbach
FYI: Looks like this clang roll breaks the asan 32 bit builders with arm v8, ...
5 years, 5 months ago (2015-07-13 12:02:33 UTC) #12
Alexander Potapenko
Maybe the 32-bit runtime is just missing from the Goma package?
5 years, 5 months ago (2015-07-13 12:14:51 UTC) #14
Nico
On 2015/07/13 12:14:51, Alexander Potapenko wrote: > Maybe the 32-bit runtime is just missing from ...
5 years, 5 months ago (2015-07-13 15:10:10 UTC) #15
Alexander Potapenko
On 2015/07/13 15:10:10, Nico wrote: > On 2015/07/13 12:14:51, Alexander Potapenko wrote: > > Maybe ...
5 years, 5 months ago (2015-07-13 15:22:12 UTC) #16
Nico
On 2015/07/13 15:22:12, Alexander Potapenko wrote: > On 2015/07/13 15:10:10, Nico wrote: > > On ...
5 years, 5 months ago (2015-07-13 15:26:08 UTC) #17
Nico
On 2015/07/13 15:26:08, Nico wrote: > On 2015/07/13 15:22:12, Alexander Potapenko wrote: > > On ...
5 years, 5 months ago (2015-07-13 15:31:39 UTC) #18
Alexander Potapenko
On 2015/07/13 15:26:08, Nico wrote: > On 2015/07/13 15:22:12, Alexander Potapenko wrote: > > On ...
5 years, 5 months ago (2015-07-13 15:32:03 UTC) #19
Nico
On 2015/07/13 15:31:39, Nico wrote: > On 2015/07/13 15:26:08, Nico wrote: > > On 2015/07/13 ...
5 years, 5 months ago (2015-07-13 15:35:46 UTC) #20
Nico
I ran sudo apt-get install g++-multilib Now trying again.
5 years, 5 months ago (2015-07-13 15:38:08 UTC) #21
eugenis
On 2015/07/13 15:38:08, Nico wrote: > I ran > > sudo apt-get install g++-multilib > ...
5 years, 5 months ago (2015-07-13 15:47:16 UTC) #22
Nico
New package with a 32-bit asan runtime: https://codereview.chromium.org/1235883006/ On 2015/07/13 15:47:16, eugenis wrote: > On ...
5 years, 5 months ago (2015-07-13 17:46:24 UTC) #23
hans
5 years, 5 months ago (2015-07-13 17:49:51 UTC) #24
Message was sent while issue was closed.
On 2015/07/13 17:46:24, Nico wrote:
> New package with a 32-bit asan runtime:
> https://codereview.chromium.org/1235883006/

lgtm

Powered by Google App Engine
This is Rietveld 408576698