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

Issue 136113016: Ninja generator: support using clang-cl for Windows (Closed)

Created:
6 years, 10 months ago by hans
Modified:
6 years, 10 months ago
Reviewers:
Nico, scottmg
CC:
gyp-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/gyp.git@master
Visibility:
Public.

Description

Ninja generator: support using clang-cl for Windows If CC is set to 'clang-cl' in make_global_settings, use that as the compiler instead of cl.exe from the environment. BUG=82385 1846

Patch Set 1 #

Patch Set 2 : Remove old left-over #

Total comments: 3

Patch Set 3 : Look for clang-cl in CC instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M pylib/gyp/generator/ninja.py View 1 2 3 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
hans
Here's a stab at using clang-cl in the windows build. The idea is that the ...
6 years, 10 months ago (2014-01-28 17:42:37 UTC) #1
Nico
+Scott, in case he has an opinion on how this should be exposed. https://codereview.chromium.org/136113016/diff/20001/pylib/gyp/generator/ninja.py File ...
6 years, 10 months ago (2014-01-28 17:48:19 UTC) #2
scottmg
https://codereview.chromium.org/136113016/diff/20001/pylib/gyp/generator/ninja.py File pylib/gyp/generator/ninja.py (right): https://codereview.chromium.org/136113016/diff/20001/pylib/gyp/generator/ninja.py#newcode1721 pylib/gyp/generator/ninja.py:1721: path = clang_cl On 2014/01/28 17:48:20, Nico wrote: > ...
6 years, 10 months ago (2014-01-28 17:59:02 UTC) #3
hans
On 2014/01/28 17:48:19, Nico wrote: > +Scott, in case he has an opinion on how ...
6 years, 10 months ago (2014-01-28 17:59:09 UTC) #4
scottmg
On 2014/01/28 17:59:09, hans wrote: > On 2014/01/28 17:48:19, Nico wrote: > > +Scott, in ...
6 years, 10 months ago (2014-01-28 18:07:47 UTC) #5
hans
On 2014/01/28 18:07:47, scottmg wrote: > > I could hook it up so that "if ...
6 years, 10 months ago (2014-01-28 19:32:02 UTC) #6
scottmg
lgtm
6 years, 10 months ago (2014-01-28 19:36:09 UTC) #7
Nico
6 years, 10 months ago (2014-01-28 21:45:35 UTC) #8
r1846

Powered by Google App Engine
This is Rietveld 408576698