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

Unified Diff: build/common.gypi

Issue 11371004: Roll Clang for the Android port 163674:167488. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 67ddaedf7de2bdfa711b71329516da2a5c339ac1..a5a0f13d6cdb20359e32fb8f03b03581767dcfa4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2513,6 +2513,10 @@
'-fuse-ld=gold',
'-Wno-psabi',
],
+ 'cflags': [
+ # TODO(hans): Remove when crbug.com/159452 is fixed.
+ '-Wno-asm-operand-widths',
+ ],
}],
],
}],
« no previous file with comments | « no previous file | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698