Skip to content

Commit 54665f5

Browse files
committed
[gn build] Port 54309b1
1 parent 54309b1 commit 54665f5

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)