Merge "Pass -Wno-backend-plugin when using profiles"

This commit is contained in:
Pirama Arumuga Nainar
2017-10-04 05:55:14 +00:00
committed by Gerrit Code Review

View File

@@ -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"