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

Unified Diff: build/common.gypi

Issue 11377020: Revert 166365 - roll clang 165787: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 | chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 166368)
+++ build/common.gypi (working copy)
@@ -2592,8 +2592,6 @@
'cflags': [
'-faddress-sanitizer',
'-fno-omit-frame-pointer',
- # See http://crbug.com/159580
- '-w',
],
'ldflags': [
'-faddress-sanitizer',
@@ -2612,8 +2610,6 @@
'-fno-omit-frame-pointer',
'-fPIE',
'-mllvm', '-tsan-blacklist=<(tsan_blacklist)'
- # See http://crbug.com/159580
- '-w',
],
'ldflags': [
'-fthread-sanitizer',
@@ -3014,8 +3010,6 @@
# binaries on x86_64 host is problematic.
# TODO(eugenis): re-enable.
'-faddress-sanitizer',
- # See http://crbug.com/159580
- '-w',
],
'ldflags!': [
'-faddress-sanitizer',
@@ -3135,8 +3129,6 @@
'xcode_settings': {
'OTHER_CFLAGS': [
'-faddress-sanitizer',
- # See http://crbug.com/159580
- '-w',
],
},
'defines': [
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698