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

Issue 320383004: Pick a fixed Clang revision for Windows now that we have an LKGR ASan builder (Closed)

Created:
6 years, 6 months ago by Timur Iskhodzhanov
Modified:
6 years, 6 months ago
Reviewers:
hans, Nico, Reid Kleckner
CC:
chromium-reviews, Reid Kleckner
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Pick a fixed Clang revision for Windows now that we have an LKGR ASan builder This way, the LKGR builder and the developers who want to try ASan (or just Clang) on Windows won't get a broken Clang revision. The FYI bots got LLVM_WIN_REVISION=HEAD in r276301 so won't be affected. BUG=82385, 345874 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276366

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use os.environ.get(key, defaultval) rather than ugly if #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M tools/clang/scripts/update.py View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Timur Iskhodzhanov
6 years, 6 months ago (2014-06-10 10:02:00 UTC) #1
Timur Iskhodzhanov
See https://codereview.chromium.org/326873002/ for the master.fyi part of the change
6 years, 6 months ago (2014-06-10 10:14:48 UTC) #2
hans
I still worry a little about moving to a fixed revision essentially just for the ...
6 years, 6 months ago (2014-06-10 15:45:36 UTC) #3
Reid Kleckner
https://codereview.chromium.org/320383004/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/320383004/diff/1/tools/clang/scripts/update.py#newcode20 tools/clang/scripts/update.py:20: LLVM_WIN_REVISION = '210505' This can be: LLVM_WIN_REVISION = os.environ.get('LLVM_WIN_REVISION', ...
6 years, 6 months ago (2014-06-10 17:27:24 UTC) #4
Timur Iskhodzhanov
> But if we make up for it by updating the revision really > frequently ...
6 years, 6 months ago (2014-06-11 08:48:32 UTC) #5
Timur Iskhodzhanov
The CQ bit was checked by timurrrr@chromium.org
6 years, 6 months ago (2014-06-11 08:48:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timurrrr@chromium.org/320383004/20001
6 years, 6 months ago (2014-06-11 08:51:59 UTC) #7
Timur Iskhodzhanov
The CQ bit was unchecked by timurrrr@chromium.org
6 years, 6 months ago (2014-06-11 12:19:32 UTC) #8
Timur Iskhodzhanov
The CQ bit was checked by timurrrr@chromium.org
6 years, 6 months ago (2014-06-11 12:19:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/timurrrr@chromium.org/320383004/20001
6 years, 6 months ago (2014-06-11 12:21:37 UTC) #10
commit-bot: I haz the power
Change committed as 276366
6 years, 6 months ago (2014-06-11 12:24:04 UTC) #11
Nico
as mentioned on the thread, not lgtm we should have only a single clang revision ...
6 years, 6 months ago (2014-06-12 19:42:32 UTC) #12
Timur Iskhodzhanov
This isn't a general place, is it? To unsubscribe from this group and stop receiving ...
6 years, 6 months ago (2014-06-12 20:01:13 UTC) #13
chromium-reviews
It is. I believe Nico and Hans want to kill update.sh in favor of update.py ...
6 years, 6 months ago (2014-06-12 20:03:23 UTC) #14
Timur Iskhodzhanov
The variable is already named LLVM_WIN_REVISION, right? Using the same revision number as the "stable" ...
6 years, 6 months ago (2014-06-12 20:09:47 UTC) #15
Nico
On Thu, Jun 12, 2014 at 1:09 PM, Timur Iskhodzhanov <timurrrr@chromium.org> wrote: > The variable ...
6 years, 6 months ago (2014-06-12 20:38:14 UTC) #16
Timur Iskhodzhanov
There are not just "CF bot and everything else", right? We have a) FYI bots ...
6 years, 6 months ago (2014-06-12 20:49:53 UTC) #17
Nico
As mentioned on the lkgr review, I don't think this should be on lkgr yet. ...
6 years, 6 months ago (2014-06-12 21:05:30 UTC) #18
Nico
I'll revert this by eod. On Thu, Jun 12, 2014 at 2:05 PM, Nico Weber ...
6 years, 6 months ago (2014-06-16 15:21:00 UTC) #19
Timur Iskhodzhanov
Reid, can you please work with Nico on a solution that works well for all ...
6 years, 6 months ago (2014-06-16 15:34:00 UTC) #20
Nico
A revert of this CL has been created in https://codereview.chromium.org/342533002/ by thakis@chromium.org. The reason for ...
6 years, 6 months ago (2014-06-17 19:38:21 UTC) #21
chromium-reviews
6 years, 6 months ago (2014-06-17 20:26:42 UTC) #22
I was also sick so I didn't do anything yesterday.  I'm still digging
myself out of email backlog.


On Mon, Jun 16, 2014 at 8:33 AM, Timur Iskhodzhanov <timurrrr@chromium.org>
wrote:

> Reid, can you please work with Nico on a solution that works well for all
> the parties involved?
> I'm sorry I couldn't finish this as I got sick after we talked last time...
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698