[llvm] 449882b - gn build: Merge d36a0333102

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 08:20:37 PDT 2019


Author: LLVM GN Syncbot
Date: 2019-11-01T15:17:32Z
New Revision: 449882b5442aa5138b5a89f56996ed990a3ead20

URL: https://github.com/llvm/llvm-project/commit/449882b5442aa5138b5a89f56996ed990a3ead20
DIFF: https://github.com/llvm/llvm-project/commit/449882b5442aa5138b5a89f56996ed990a3ead20.diff

LOG: gn build: Merge d36a0333102

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 a8c7475b23c2..0d3d45440afc 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
@@ -22,6 +22,7 @@ static_library("performance") {
     "MoveConstructorInitCheck.cpp",
     "NoexceptMoveConstructorCheck.cpp",
     "PerformanceTidyModule.cpp",
+    "TriviallyDestructibleCheck.cpp",
     "TypePromotionInMathFnCheck.cpp",
     "UnnecessaryCopyInitialization.cpp",
     "UnnecessaryValueParamCheck.cpp",


        


More information about the llvm-commits mailing list