[llvm] 2b1c38f - [gn build] Port 4dcc47aaeaf0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 4 06:36:24 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-04T14:32:08Z
New Revision: 2b1c38f737d490c09efc60e2c3e17b8568173097

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

LOG: [gn build] Port 4dcc47aaeaf0

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 22bbd2b9a62d..ce510c257a36 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -16,6 +16,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "//llvm/lib/Testing/Support",
   ]
   sources = [
+    "MapLatticeTest.cpp",
     "MultiVarConstantPropagationTest.cpp",
     "SingleVarConstantPropagationTest.cpp",
     "TestingSupport.cpp",


        


More information about the llvm-commits mailing list