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

Unified Diff: build/common.gypi

Issue 1729723006: Fix clang compile failure due to -fsanitize-coverage=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix case when flag isn't set Created 4 years, 10 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 | no next file » | 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 7f976adf8dcb06c8b864fe20cf4193845abed985..38617f8e50600764d4607ba6016326e6d921e9c9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1597,6 +1597,9 @@
}, {
'syzygy_optimize%': 0,
}],
+ ['sanitizer_coverage==1', {
+ 'sanitizer_coverage': 'edge,indirect-calls,8bit-counters,trace-cmp',
+ }],
# Get binutils version so we can enable debug fission if we can.
['os_posix==1 and OS!="mac" and OS!="ios"', {
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698