Skip to content

Commit 9e63632

Browse files
committed
[gn build] Port 89c26f6
1 parent 4d7d45e commit 9e63632

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)