[llvm] 879164a - [gn build] Port c9666d2339e5

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 03:39:46 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-13T10:35:56Z
New Revision: 879164a3f18fdc59adc85fd03d1856a54c3d345a

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

LOG: [gn build] Port c9666d2339e5

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 a12ea4657f47e..ee12b93ee472a 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -20,6 +20,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "ChromiumCheckModelTest.cpp",
     "DataflowAnalysisContextTest.cpp",
     "DataflowEnvironmentTest.cpp",
+    "DebugSupportTest.cpp",
     "MapLatticeTest.cpp",
     "MatchSwitchTest.cpp",
     "MultiVarConstantPropagationTest.cpp",


        


More information about the llvm-commits mailing list