Merge "Make clang libTooling tools ignore all lto flags."

This commit is contained in:
Treehugger Robot
2017-10-27 20:42:19 +00:00
committed by Gerrit Code Review

View File

@@ -66,7 +66,7 @@ var ClangUnknownCflags = sorted([]string{
})
var ClangLibToolingUnknownCflags = []string{
"-flto",
"-flto*",
"-fsanitize*",
}