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

Issue 5573002: Enable -integrated-as for Clang builds on Linux. (Closed)

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

Description

Enable -integrated-as for Clang builds on Linux. Clang needs to be r120563 or later. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68009

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
hans
10 years ago (2010-12-02 10:27:40 UTC) #1
Nico
10 years ago (2010-12-02 15:22:16 UTC) #2
Lg
On Dec 2, 2010 2:27 AM, <hans@chromium.org> wrote:
> Reviewers: Nico,
>
> Description:
> Enable -integrated-as for Clang builds on Linux.
>
> Clang needs to be r120563 or later.
>
> BUG=none
> TEST=none
>
> Please review this at http://codereview.chromium.org/5573002/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src
>
> Affected files:
> M build/common.gypi
>
>
> Index: build/common.gypi
> diff --git a/build/common.gypi b/build/common.gypi
> index
>
1b260cde49fd3f135f2d60f39e8b8a1ed103d3f1..f07ec08a366bf1c9ca8ce6d643d80188ca553be7

> 100644
> --- a/build/common.gypi
> +++ b/build/common.gypi
> @@ -1168,9 +1168,6 @@
> # http://code.google.com/p/googletest/source/detail?r=446 .
> # TODO(thakis): Use -isystem instead (http://crbug.com/58751
> ).
> '-Wno-unnamed-type-template-args',
> - # The integrated assembler chokes on one ffmpeg file.
> - # http://crbug.com/61931
> - '-no-integrated-as',
> ],
> 'cflags!': [
> # Clang doesn't seem to know know this flag.
>
>

Powered by Google App Engine
This is Rietveld 408576698