Merge "Allow deprecated flags when building with LLVM_NEXT."
This commit is contained in:
commit
df3168f60d
1 changed files with 2 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue