forked from OSchip/llvm-project
gn build: Add new tidy checks to gn files
The checks were added in r362673 and r362672. llvm-svn: 362709
This commit is contained in:
parent
0338b88861
commit
47feb771e1
|
@ -24,6 +24,8 @@ static_library("android") {
|
|||
"CloexecInotifyInitCheck.cpp",
|
||||
"CloexecMemfdCreateCheck.cpp",
|
||||
"CloexecOpenCheck.cpp",
|
||||
"CloexecPipeCheck.cpp",
|
||||
"CloexecPipe2Check.cpp",
|
||||
"CloexecSocketCheck.cpp",
|
||||
"ComparisonInTempFailureRetryCheck.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue