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

Issue 2702113005: win: Unconditionally download clang during runhooks (Closed)

Created:
3 years, 10 months ago by Nico
Modified:
3 years, 10 months ago
Reviewers:
scottmg
CC:
chromium-reviews, eugenis+clang_chromium.org, vmpstr+watch_chromium.org, Lei Zhang, dsinclair, yunlian, glider+clang_chromium.org, ukai+watch_chromium.org, Reid Kleckner, hans, dmikurube+clang_chromium.org, DaleCurtis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

win: Unconditionally download clang during runhooks This adds an additional ~50MB download to runhooks every few weeks. The motivation for doing this is two-fold: 1. It makes it easier for people to try out clang on Windows 2. libyuv currently uses relatively unoptimized C-only functions on 64-bit Windows due to cl not supporting inline assembly. clang-cl does, and building libyuv with clang-cl speeds up some libyuv conversion functions to take 0.4ms instead of 2ms per frame, so we want to try and build just libyuv with clang even in MSVC builds. BUG=692600, 82385 Review-Url: https://codereview.chromium.org/2702113005 Cr-Commit-Position: refs/heads/master@{#451827} Committed: https://chromium.googlesource.com/chromium/src/+/43c2826bfce0d245221aab0183a0e9f3f883a7f4

Patch Set 1 #

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

Messages

Total messages: 13 (7 generated)
Nico
scottmg: How silly does 2 sound? See linked bug for some more details. gn does ...
3 years, 10 months ago (2017-02-21 17:25:56 UTC) #3
hans
https://codereview.chromium.org/2702113005/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (left): https://codereview.chromium.org/2702113005/diff/1/tools/clang/scripts/update.py#oldcode878 tools/clang/scripts/update.py:878: return 0 Nice!
3 years, 10 months ago (2017-02-21 17:47:06 UTC) #5
scottmg
Seems fine to me. The libyuv part of it makes me a bit nervous, but ...
3 years, 10 months ago (2017-02-21 17:56:56 UTC) #6
Nico
On 2017/02/21 17:56:56, scottmg wrote: > Seems fine to me. The libyuv part of it ...
3 years, 10 months ago (2017-02-21 18:10:22 UTC) #9
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/2702113005/1
3 years, 10 months ago (2017-02-21 18:10:31 UTC) #10
commit-bot: I haz the power
3 years, 10 months ago (2017-02-21 20:12:15 UTC) #13
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/43c2826bfce0d245221aab0183a0...

Powered by Google App Engine
This is Rietveld 408576698