Skip to content

Commit f209469

Browse files
committed
[gn build] Port b3b0d09
1 parent b3b0d09 commit f209469

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/StaticAnalyzer/Core/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ static_library("Core") {
6060
"SymbolManager.cpp",
6161
"TextDiagnostics.cpp",
6262
"WorkList.cpp",
63+
"Z3CrosscheckVisitor.cpp",
6364
]
6465
}

llvm/utils/gn/secondary/clang/unittests/StaticAnalyzer/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ unittest("StaticAnalysisTests") {
2929
"StoreTest.cpp",
3030
"SymbolReaperTest.cpp",
3131
"TestReturnValueUnderConstruction.cpp",
32+
"Z3CrosscheckOracleTest.cpp",
3233
]
3334
}

0 commit comments

Comments
 (0)