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

Issue 7606012: Pass clang flags to the host compiler, too. (Closed)

Created:
9 years, 4 months ago by Nico
Modified:
9 years, 4 months ago
CC:
chromium-reviews, hans
Visibility:
Public.

Description

Pass clang flags to the host compiler, too. As of http://codereview.chromium.org/7471028, clang is used as host compiler as well, so this check is no longer necessary. In fact, it's harmful: In http://codereview.chromium.org/7550002 , a dependency on base is added on the host side, which doesn't build with clang because e.g. -Wno-char-subscript isn't used, which means base/third_party/dmg_fp/dtoa.cc doesn't build cleanly in host compiler mode. BUG=none TEST=happy pkasting Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96121

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -18 lines) Patch
M build/common.gypi View 1 chunk +15 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
9 years, 4 months ago (2011-08-09 22:59:01 UTC) #1
Peter Kasting
LGTM (if I'm allowed!)
9 years, 4 months ago (2011-08-09 23:19:53 UTC) #2
Evan Martin
Can you look at the blame to see why this was added? IIRC it fixed ...
9 years, 4 months ago (2011-08-09 23:53:08 UTC) #3
Nico
On Tue, Aug 9, 2011 at 4:53 PM, Evan Martin <evan@chromium.org> wrote: > Can you ...
9 years, 4 months ago (2011-08-09 23:57:42 UTC) #4
commit-bot: I haz the power
9 years, 4 months ago (2011-08-10 03:07:13 UTC) #5
Change committed as 96121

Powered by Google App Engine
This is Rietveld 408576698