Update RustDefaultVersion
to 1.59.0
bug: 215232614 Test: TreeHugger and compiling with m rust Change-Id: Ia60c77637ab2e41844010e021656fad0870013ac
This commit is contained in:
@@ -57,7 +57,7 @@ type SanitizeProperties struct {
|
||||
}
|
||||
|
||||
var fuzzerFlags = []string{
|
||||
"-C passes='sancov'",
|
||||
"-C passes='sancov-module'",
|
||||
|
||||
"--cfg fuzzing",
|
||||
"-C llvm-args=-sanitizer-coverage-level=3",
|
||||
@@ -70,7 +70,7 @@ var fuzzerFlags = []string{
|
||||
"-C link-dead-code",
|
||||
|
||||
// Sancov breaks with lto
|
||||
// TODO: Remove when https://bugs.llvm.org/show_bug.cgi?id=41734 is resolved and sancov works with LTO
|
||||
// TODO: Remove when https://bugs.llvm.org/show_bug.cgi?id=41734 is resolved and sancov-module works with LTO
|
||||
"-C lto=no",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user