[llvm] 85e4d55 - [gn build] Port 93ce23adb548

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


Author: LLVM GN Syncbot
Date: 2022-10-26T13:20:22Z
New Revision: 85e4d5583e037f856aa2c087db43422dc7e5e579

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

LOG: [gn build] Port 93ce23adb548

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 aa3cc6f851249..9b4371541e1fc 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -25,6 +25,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "MapLatticeTest.cpp",
     "MatchSwitchTest.cpp",
     "MultiVarConstantPropagationTest.cpp",
+    "SignAnalysisTest.cpp",
     "SingleVarConstantPropagationTest.cpp",
     "SolverTest.cpp",
     "TestingSupport.cpp",


        


More information about the llvm-commits mailing list