[llvm] 1830302 - [gn build] Port c9033eeb2e59

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 10:07:22 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-08-31T17:02:52Z
New Revision: 1830302b3f8cd44f0dd4d91b55d3c7f65eb453b1

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

LOG: [gn build] Port c9033eeb2e59

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