Commit 15e1e059 authored by hans's avatar hans Committed by Commit bot

IPC fuzzer: drop -fsanitize-coverage flag when dropping -fsanitize-address

Otherwise the new version of Clang warns about -fsanitize-coverage being unused.

BUG=442315, 431803

Review URL: https://codereview.chromium.org/805913002

Cr-Commit-Position: refs/heads/master@{#308376}
parent 7ab52b98
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
# Compiling mutate.cc with ASan takes too long, see # Compiling mutate.cc with ASan takes too long, see
# http://crbug.com/360158. # http://crbug.com/360158.
'-fsanitize=address', '-fsanitize=address',
'-fsanitize-coverage=<(asan_coverage)',
], ],
}], }],
], ],
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
# Compiling generate.cc with ASan takes too long, see # Compiling generate.cc with ASan takes too long, see
# http://crbug.com/360158. # http://crbug.com/360158.
'-fsanitize=address', '-fsanitize=address',
'-fsanitize-coverage=<(asan_coverage)',
], ],
}], }],
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment