Do not report warnings when testing with the top of trunk LLVM

also clean up flags for Clang r475365.

Test: LLVM_NEXT=true m
Change-Id: I6ebbedc6b3e3adb50c156b852eb113a1c64ffc2a
This commit is contained in:
Yi Kong
2022-12-26 16:02:50 +09:00
parent 5482a833d1
commit a8b0bfbeab

View File

@@ -294,8 +294,8 @@ var (
}
llvmNextExtraCommonGlobalCflags = []string{
// New warnings to be fixed after clang-r475365
"-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903
// Do not report warnings when testing with the top of trunk LLVM.
"-Wno-error",
}
IllegalFlags = []string{