Merge "Only package gcno files for gcov coverage builds."
This commit is contained in:
10
cc/cc.go
10
cc/cc.go
@@ -182,11 +182,11 @@ type Flags struct {
|
||||
// These must be after any module include flags, which will be in CommonFlags.
|
||||
SystemIncludeFlags []string
|
||||
|
||||
Toolchain config.Toolchain
|
||||
Tidy bool
|
||||
Coverage bool
|
||||
SAbiDump bool
|
||||
EmitXrefs bool // If true, generate Ninja rules to generate emitXrefs input files for Kythe
|
||||
Toolchain config.Toolchain
|
||||
Tidy bool
|
||||
GcovCoverage bool
|
||||
SAbiDump bool
|
||||
EmitXrefs bool // If true, generate Ninja rules to generate emitXrefs input files for Kythe
|
||||
|
||||
RequiredInstructionSet string
|
||||
DynamicLinker string
|
||||
|
Reference in New Issue
Block a user