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

Issue 341963002: Use a faster rolling fixed Clang revision for ASan on Windows (Closed)

Created:
6 years, 6 months ago by Reid Kleckner
Modified:
6 years, 6 months ago
Reviewers:
Nico
CC:
chromium-reviews, inferno
Project:
chromium
Visibility:
Public.

Description

Use a faster rolling fixed Clang revision for ASan on Windows We want a fixed Clang revision for ASan on Windows because ClusterFuzz produces archived builds. We don't want Clang to change underfoot and produce a bad Chromium build that gets archived. Long term, when ASan for Windows stabilizes, we should remove this extra fixed revision and use the mainline Chromium revision. For now, we don't build with -Werror with Clang on Windows, so it isn't as important to be in sync with other platforms. R=thakis@chromium.org BUG=82385, 345874 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278271

Patch Set 1 #

Total comments: 6

Patch Set 2 : Revert most changes and just use HEAD with the exception of Win+ASan #

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

Messages

Total messages: 13 (0 generated)
Reid Kleckner
6 years, 6 months ago (2014-06-18 17:49:33 UTC) #1
Nico
Thanks! I'll got talk to Abishek today. If the expectation is that developers should be ...
6 years, 6 months ago (2014-06-18 17:56:57 UTC) #2
Reid Kleckner
https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py#newcode19 tools/clang/scripts/update.py:19: CLANG_REVISION = os.environ.get('LLVM_WIN_REVISION', '209387') On 2014/06/18 17:56:57, Nico (away) ...
6 years, 6 months ago (2014-06-18 19:44:33 UTC) #3
Nico
https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py#newcode19 tools/clang/scripts/update.py:19: CLANG_REVISION = os.environ.get('LLVM_WIN_REVISION', '209387') On 2014/06/18 19:44:33, Reid Kleckner ...
6 years, 6 months ago (2014-06-18 19:54:01 UTC) #4
Reid Kleckner
https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py File tools/clang/scripts/update.py (right): https://codereview.chromium.org/341963002/diff/1/tools/clang/scripts/update.py#newcode19 tools/clang/scripts/update.py:19: CLANG_REVISION = os.environ.get('LLVM_WIN_REVISION', '209387') On 2014/06/18 19:54:01, Nico (away) ...
6 years, 6 months ago (2014-06-18 20:11:26 UTC) #5
Reid Kleckner
Revert most changes and just use HEAD with the exception of Win+ASan
6 years, 6 months ago (2014-06-18 20:11:40 UTC) #6
Nico
lgtm, thanks!
6 years, 6 months ago (2014-06-18 22:18:35 UTC) #7
Reid Kleckner
The CQ bit was checked by rnk@chromium.org
6 years, 6 months ago (2014-06-19 01:04:44 UTC) #8
Reid Kleckner
The CQ bit was unchecked by rnk@chromium.org
6 years, 6 months ago (2014-06-19 01:04:50 UTC) #9
Reid Kleckner
The CQ bit was checked by rnk@chromium.org
6 years, 6 months ago (2014-06-19 01:20:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rnk@chromium.org/341963002/20001
6 years, 6 months ago (2014-06-19 01:24:45 UTC) #11
commit-bot: I haz the power
Change committed as 278271
6 years, 6 months ago (2014-06-19 04:27:48 UTC) #12
Reid Kleckner
6 years, 6 months ago (2014-06-19 19:42:51 UTC) #13
Message was sent while issue was closed.
+cc Abhishek

Powered by Google App Engine
This is Rietveld 408576698