Skip to content

Commit fb7bea0

Browse files
committed
[gn build] Port af7bc39
1 parent af7bc39 commit fb7bea0

File tree

2 files changed

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

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ static_library("FlowSensitive") {
77
]
88
sources = [
99
"ControlFlowContext.cpp",
10+
"DataflowEnvironment.cpp",
11+
"Transfer.cpp",
1012
"TypeErasedDataflowAnalysis.cpp",
1113
]
1214
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
1919
"SingleVarConstantPropagationTest.cpp",
2020
"TestingSupport.cpp",
2121
"TestingSupportTest.cpp",
22+
"TransferTest.cpp",
2223
"TypeErasedDataflowAnalysisTest.cpp",
2324
]
2425
}

0 commit comments

Comments
 (0)