Skip to content

Commit 7761a89

Browse files
committed
[gn build] Port 8b55d77
1 parent 8b55d77 commit 7761a89

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ static_library("cert") {
1414
"//clang/lib/Lex",
1515
"//llvm/lib/Support",
1616
]
17-
sources = [
18-
"CERTTidyModule.cpp",
19-
"LimitedRandomnessCheck.cpp",
20-
]
17+
sources = [ "CERTTidyModule.cpp" ]
2118
}

llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static_library("misc") {
4747
"NonCopyableObjectsCheck.cpp",
4848
"NonPrivateMemberVariablesInClassesCheck.cpp",
4949
"OverrideWithDifferentVisibilityCheck.cpp",
50+
"PredictableRandCheck.cpp",
5051
"RedundantExpressionCheck.cpp",
5152
"StaticAssertCheck.cpp",
5253
"ThrowByValueCatchByReferenceCheck.cpp",

0 commit comments

Comments
 (0)