Skip to content

Commit 6340338

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 54309b1
2 parents 42dcac0 + 54665f5 commit 6340338

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ static_library("FlowSensitive") {
3535
"Logger.cpp",
3636
"RecordOps.cpp",
3737
"SimplifyConstraints.cpp",
38+
"SmartPointerAccessorCaching.cpp",
3839
"Transfer.cpp",
3940
"TypeErasedDataflowAnalysis.cpp",
4041
"Value.cpp",

llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
3535
"SignAnalysisTest.cpp",
3636
"SimplifyConstraintsTest.cpp",
3737
"SingleVarConstantPropagationTest.cpp",
38+
"SmartPointerAccessorCachingTest.cpp",
3839
"TestingSupport.cpp",
3940
"TestingSupportTest.cpp",
4041
"TransferBranchTest.cpp",

0 commit comments

Comments
 (0)