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