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

Unified Diff: gypfiles/coverage_wrapper.py

Issue 2860653002: Use new sanitizer coverage flags. (Closed)
Patch Set: one more Created 3 years, 8 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 | infra/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/coverage_wrapper.py
diff --git a/gypfiles/coverage_wrapper.py b/gypfiles/coverage_wrapper.py
index 5b365d8e63d911c238e5e47e276ec3649488ffc0..d5fdee43cfb76164904320b8d8d06570d0cbaa74 100755
--- a/gypfiles/coverage_wrapper.py
+++ b/gypfiles/coverage_wrapper.py
@@ -31,6 +31,8 @@ for exclusion in exclusions:
remove_if_exists(args, '-fsanitize-coverage=func')
remove_if_exists(args, '-fsanitize-coverage=bb')
remove_if_exists(args, '-fsanitize-coverage=edge')
+ remove_if_exists(args, '-fsanitize-coverage=trace-pc-guard')
+ remove_if_exists(args, '-fsanitize-coverage=bb,trace-pc-guard')
break
sys.exit(subprocess.check_call(args))
« no previous file with comments | « no previous file | infra/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698