[llvm] 074998d - [gn build] Port 3397dae69e09
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 11:14:25 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-07-25T18:09:38Z
New Revision: 074998d7330e1b2d3963c7191d081dfd01e454c8
URL: https://github.com/llvm/llvm-project/commit/074998d7330e1b2d3963c7191d081dfd01e454c8
DIFF: https://github.com/llvm/llvm-project/commit/074998d7330e1b2d3963c7191d081dfd01e454c8.diff
LOG: [gn build] Port 3397dae69e09
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
index eb5f876f3407fd..5a29775d5ea2d1 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/BUILD.gn
@@ -13,6 +13,7 @@ static_library("performance") {
]
sources = [
"AvoidEndlCheck.cpp",
+ "EnumSizeCheck.cpp",
"FasterStringFindCheck.cpp",
"ForRangeCopyCheck.cpp",
"ImplicitConversionInLoopCheck.cpp",
More information about the llvm-commits
mailing list