Merge "Allow deprecated flags when building with LLVM_NEXT."

This commit is contained in:
Yabin Cui 2022-11-18 00:40:57 +00:00 committed by Gerrit Code Review
commit df3168f60d

View file

@ -292,6 +292,8 @@ var (
llvmNextExtraCommonGlobalCflags = []string{
// New warnings to be fixed after clang-r475365
"-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903
// Skip deprecated flags.
"-Wno-unused-command-line-argument",
}
IllegalFlags = []string{