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

Unified Diff: tools/ipc_fuzzer/mutate/mutate.gyp

Issue 805913002: IPC fuzzer: drop -fsanitize-coverage flag when dropping -fsanitize-address (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: tools/ipc_fuzzer/mutate/mutate.gyp
diff --git a/tools/ipc_fuzzer/mutate/mutate.gyp b/tools/ipc_fuzzer/mutate/mutate.gyp
index a68a0782da29d16874b634c8cb3a4cd83b5d8462..7608020ff200911cd4f4372caa096273bcfbaa56 100644
--- a/tools/ipc_fuzzer/mutate/mutate.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -24,6 +24,7 @@
# Compiling mutate.cc with ASan takes too long, see
# http://crbug.com/360158.
'-fsanitize=address',
+ '-fsanitize-coverage=<(asan_coverage)',
],
}],
],
@@ -51,6 +52,7 @@
# Compiling generate.cc with ASan takes too long, see
# http://crbug.com/360158.
'-fsanitize=address',
+ '-fsanitize-coverage=<(asan_coverage)',
],
}],
],
« 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