[llvm] 2e5bf4d - [gn build] Port bb72d0dde29e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 06:31:05 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-10-26T13:25:32Z
New Revision: 2e5bf4da99a2f8d3d4bb4f1a4d1ed968a01e8f02

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

LOG: [gn build] Port bb72d0dde29e

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 9b4371541e1f..12662f7a4b81 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -30,6 +30,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "SolverTest.cpp",
     "TestingSupport.cpp",
     "TestingSupportTest.cpp",
+    "TransferBranchTest.cpp",
     "TransferTest.cpp",
     "TypeErasedDataflowAnalysisTest.cpp",
     "UncheckedOptionalAccessModelTest.cpp",


        


More information about the llvm-commits mailing list