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

Unified Diff: build/common.gypi

Issue 1135023004: Roll Clang 233105-2:236765-2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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/blink_gc_plugin/JsonWriter.h » ('j') | tools/clang/blink_gc_plugin/JsonWriter.h » ('J')
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 23e1b443dbab683a92319e2e0af3f5278bc8de9e..4e999235eb19c6b86759592bf8ad68ef0efc4e34 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3792,6 +3792,13 @@
'cflags': ['-fno-unwind-tables', '-fno-asynchronous-unwind-tables'],
'defines': ['NO_UNWIND_TABLES'],
}],
+ ['clang==1', {
+ # Non-unique section names appears to make linker dead stripping
+ # less effective.
Nico 2015/05/14 21:11:09 Maybe link to the thread or put in a TODO to remov
hans 2015/05/14 21:25:20 Done.
+ 'cflags': [
+ '-funique-section-names',
+ ],
+ }],
],
},
},
« no previous file with comments | « no previous file | tools/clang/blink_gc_plugin/JsonWriter.h » ('j') | tools/clang/blink_gc_plugin/JsonWriter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698