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

Unified Diff: fuzzer/go/config/config.go

Issue 1668543004: Add AddressSanitizer to fuzzer analysis (Closed) Base URL: https://skia.googlesource.com/buildbot@remove-old-tests
Patch Set: add multi threaded delete 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
Index: fuzzer/go/config/config.go
diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go
index 00552085890e9d4b79cd1f5202ec99906d18f54b..a238647e64065ea4e5efbf937a8e4a63fce7a5db 100644
--- a/fuzzer/go/config/config.go
+++ b/fuzzer/go/config/config.go
@@ -49,6 +49,8 @@ type commonConfig struct {
ClangPath string
ClangPlusPlusPath string
DepotToolsPath string
+ ForceReanalysis bool
+ VerboseBuilds bool
}
var Generator = generatorConfig{}

Powered by Google App Engine
This is Rietveld 408576698