forked from OSchip/llvm-project
[gn build] Port abc7f6800d
This commit is contained in:
parent
abc7f6800d
commit
b94aeabfae
|
@ -31,6 +31,9 @@ static_library("DWARF") {
|
|||
"DWARFGdbIndex.cpp",
|
||||
"DWARFListTable.cpp",
|
||||
"DWARFLocationExpression.cpp",
|
||||
"DWARFOptCompileUnit.cpp",
|
||||
"DWARFOptDeclContext.cpp",
|
||||
"DWARFOptimizer.cpp",
|
||||
"DWARFTypeUnit.cpp",
|
||||
"DWARFUnit.cpp",
|
||||
"DWARFUnitIndex.cpp",
|
||||
|
|
|
@ -20,9 +20,7 @@ executable("dsymutil") {
|
|||
sources = [
|
||||
"BinaryHolder.cpp",
|
||||
"CFBundle.cpp",
|
||||
"CompileUnit.cpp",
|
||||
"DebugMap.cpp",
|
||||
"DeclContext.cpp",
|
||||
"DwarfLinker.cpp",
|
||||
"DwarfStreamer.cpp",
|
||||
"MachODebugMapParser.cpp",
|
||||
|
|
Loading…
Reference in New Issue