[llvm] 1913279 - [gn build] Port cd893308b5d4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 22 04:01:31 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-04-22T10:56:47Z
New Revision: 1913279ad33a5f2b75675f933e3a32d36aabd8a6

URL: https://github.com/llvm/llvm-project/commit/1913279ad33a5f2b75675f933e3a32d36aabd8a6
DIFF: https://github.com/llvm/llvm-project/commit/1913279ad33a5f2b75675f933e3a32d36aabd8a6.diff

LOG: [gn build] Port cd893308b5d4

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 148d65e507639..5f6b433cb57b2 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
@@ -12,6 +12,7 @@ static_library("performance") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "AvoidEndlCheck.cpp",
     "FasterStringFindCheck.cpp",
     "ForRangeCopyCheck.cpp",
     "ImplicitConversionInLoopCheck.cpp",


        


More information about the llvm-commits mailing list