Skip to content

Commit 9e4c236

Browse files
committed
[gn build] Port 4120570
1 parent 4120570 commit 9e4c236

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/lldb/source/API/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ target(liblldb_type, "liblldb") {
8686
"SBQueue.cpp",
8787
"SBQueueItem.cpp",
8888
"SBReproducer.cpp",
89+
"SBSaveCoreOptions.cpp",
8990
"SBScriptObject.cpp",
9091
"SBSection.cpp",
9192
"SBSourceManager.cpp",

llvm/utils/gn/secondary/lldb/source/Symbol/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static_library("Symbol") {
2929
"ObjectContainer.cpp",
3030
"ObjectFile.cpp",
3131
"PostfixExpression.cpp",
32+
"SaveCoreOptions.cpp",
3233
"Symbol.cpp",
3334
"SymbolContext.cpp",
3435
"SymbolFile.cpp",

0 commit comments

Comments
 (0)