Remove flto dependent flags when -flto is removed. am: 9e88ba9f22
am: 1cc0227af2
am: e4988b18b1
Change-Id: Ia98013a21a28c1fa93e67b13eb1b32e870cb0d00
This commit is contained in:
@@ -93,8 +93,10 @@ var ClangUnknownLldflags = sorted([]string{
|
||||
})
|
||||
|
||||
var ClangLibToolingUnknownCflags = []string{
|
||||
// Remove -flto and other flto dependent flags.
|
||||
"-flto*",
|
||||
"-fsanitize*",
|
||||
"-fwhole-program-vtables",
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user