[gn build] Port 8cadac41e9f6
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 19 Oct 2022 12:45:01 +0000 (12:45 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 19 Oct 2022 12:45:01 +0000 (12:45 +0000)
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

index f5f58a5..2f9db59 100644 (file)
@@ -12,6 +12,7 @@ static_library("FlowSensitive") {
     "DebugSupport.cpp",
     "Transfer.cpp",
     "TypeErasedDataflowAnalysis.cpp",
+    "Value.cpp",
     "WatchedLiteralsSolver.cpp",
   ]
 }
index b20d311..aa3cc6f 100644 (file)
@@ -32,5 +32,6 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "TransferTest.cpp",
     "TypeErasedDataflowAnalysisTest.cpp",
     "UncheckedOptionalAccessModelTest.cpp",
+    "ValueTest.cpp",
   ]
 }