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

Issue 2607323002: Add mac clang toolchains required for V8 cross compiling (Closed)

Created:
3 years, 11 months ago by jochen (gone - plz use gerrit)
Modified:
3 years, 4 months ago
CC:
chromium-reviews, mac-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add mac clang toolchains required for V8 cross compiling BUG=none R=machenbach@chromium.org,dpranke@chromium.org Committed: https://crrev.com/4596f9dac41a269f19eb8bc999a67d6b552a15bb Cr-Commit-Position: refs/heads/master@{#441337}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M build/toolchain/mac/BUILD.gn View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
jochen (gone - plz use gerrit)
3 years, 11 months ago (2017-01-02 11:12:06 UTC) #1
Dirk Pranke
lgtm
3 years, 11 months ago (2017-01-04 02:38:46 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2607323002/1
3 years, 11 months ago (2017-01-04 06:55:40 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
3 years, 11 months ago (2017-01-04 07:59:28 UTC) #11
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4596f9dac41a269f19eb8bc999a67d6b552a15bb Cr-Commit-Position: refs/heads/master@{#441337}
3 years, 11 months ago (2017-01-04 08:02:34 UTC) #13
Michael Achenbach
lgtm
3 years, 11 months ago (2017-01-04 13:09:16 UTC) #14
Nico
Cross-compiling from where to where? (please either have tracking bugs or somewhat more descriptive CL ...
3 years, 4 months ago (2017-08-09 20:34:11 UTC) #16
jochen (gone - plz use gerrit)
On 2017/08/09 at 20:34:11, thakis wrote: > Cross-compiling from where to where? > > (please ...
3 years, 4 months ago (2017-08-21 12:29:38 UTC) #17
Nico
I understand what the toolchains do, I don't understand what they're here for. (We don't ...
3 years, 4 months ago (2017-08-21 17:27:44 UTC) #18
jochen (gone - plz use gerrit)
3 years, 4 months ago (2017-08-21 17:36:19 UTC) #19
Message was sent while issue was closed.
We do ship mips (or mipsel to be precise), it's a fully supported chrome
platform (because it's a fully supported Android platform).

These toolchains here, however, are used for testing only: v8_$arch means that
v8 uses a CPU simulator for that arch. The only requirement is that the host
arch has the same bitwidth.

As they're required for v8 development, they're here to stay. On the waterfall,
we only run Linux builders for those...

If I had filed a tracking bug I probably wouldn't have explained that either,
but it would most likely have stated something like "make it possible to compile
v8 on Mac".

Powered by Google App Engine
This is Rietveld 408576698