Merge "Pass -Wno-backend-plugin when using profiles"
This commit is contained in:
commit
c144b86014
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
var (
|
||||
// Add flags to ignore warnings that profiles are old or missing for
|
||||
// some functions
|
||||
profileUseOtherFlags = []string{}
|
||||
profileUseOtherFlags = []string{"-Wno-backend-plugin"}
|
||||
)
|
||||
|
||||
const pgoProfileProject = "toolchain/pgo-profiles"
|
||||
|
|
Loading…
Reference in a new issue