From 1b1b3906cffb5175f877444d203ea485e9caec15 Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Fri, 22 Feb 2019 18:45:41 +0000 Subject: [PATCH] [GN] Updated build file to allow GN builds to succeed at ToT. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354683 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn b/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn index 785ff82badf..910d747c358 100644 --- a/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn +++ b/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn @@ -54,6 +54,7 @@ static_library("Checkers") { "IvarInvalidationChecker.cpp", "LLVMConventionsChecker.cpp", "LocalizationChecker.cpp", + "MIGChecker.cpp", "MPI-Checker/MPIBugReporter.cpp", "MPI-Checker/MPIChecker.cpp", "MPI-Checker/MPIFunctionClassifier.cpp", -- 2.50.1