forked from OSchip/llvm-project
gn build: Merge 9e8c799e2b
This commit is contained in:
parent
9e8c799e2b
commit
90409f73a5
|
@ -122,6 +122,7 @@ static_library("CodeGen") {
|
|||
"MachineVerifier.cpp",
|
||||
"MacroFusion.cpp",
|
||||
"ModuloSchedule.cpp",
|
||||
"NonRelocatableStringpool.cpp",
|
||||
"OptimizePHIs.cpp",
|
||||
"PHIElimination.cpp",
|
||||
"PHIEliminationUtils.cpp",
|
||||
|
|
|
@ -27,7 +27,6 @@ executable("dsymutil") {
|
|||
"DwarfStreamer.cpp",
|
||||
"MachODebugMapParser.cpp",
|
||||
"MachOUtils.cpp",
|
||||
"NonRelocatableStringpool.cpp",
|
||||
"SymbolMap.cpp",
|
||||
"dsymutil.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue