[llvm] f252b84 - [gn build] Port d931ac9e27ca

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 03:23:27 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-09-01T10:19:04Z
New Revision: f252b8477eab5ebe92c38488601350940b133665

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

LOG: [gn build] Port d931ac9e27ca

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
index ee12b93ee472a..b20d3115c487b 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -17,6 +17,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "//llvm/lib/Testing/Support",
   ]
   sources = [
+    "CFGMatchSwitchTest.cpp",
     "ChromiumCheckModelTest.cpp",
     "DataflowAnalysisContextTest.cpp",
     "DataflowEnvironmentTest.cpp",


        


More information about the llvm-commits mailing list