forked from OSchip/llvm-project
[gn build] Port 0fe61ecc2c
This commit is contained in:
parent
faf694b662
commit
2ccab2ecbf
|
@ -37,6 +37,7 @@ static_library("Analysis") {
|
|||
"ConstantFolding.cpp",
|
||||
"ConstraintSystem.cpp",
|
||||
"CostModel.cpp",
|
||||
"CycleAnalysis.cpp",
|
||||
"DDG.cpp",
|
||||
"DDGPrinter.cpp",
|
||||
"Delinearization.cpp",
|
||||
|
|
|
@ -107,6 +107,7 @@ static_library("CodeGen") {
|
|||
"MachineCheckDebugify.cpp",
|
||||
"MachineCombiner.cpp",
|
||||
"MachineCopyPropagation.cpp",
|
||||
"MachineCycleAnalysis.cpp",
|
||||
"MachineDebugify.cpp",
|
||||
"MachineDominanceFrontier.cpp",
|
||||
"MachineDominators.cpp",
|
||||
|
@ -131,6 +132,7 @@ static_library("CodeGen") {
|
|||
"MachinePostDominators.cpp",
|
||||
"MachineRegionInfo.cpp",
|
||||
"MachineRegisterInfo.cpp",
|
||||
"MachineSSAContext.cpp",
|
||||
"MachineSSAUpdater.cpp",
|
||||
"MachineScheduler.cpp",
|
||||
"MachineSink.cpp",
|
||||
|
|
|
@ -66,6 +66,7 @@ static_library("IR") {
|
|||
"ProfileSummary.cpp",
|
||||
"PseudoProbe.cpp",
|
||||
"ReplaceConstant.cpp",
|
||||
"SSAContext.cpp",
|
||||
"SafepointIRVerifier.cpp",
|
||||
"Statepoint.cpp",
|
||||
"StructuralHash.cpp",
|
||||
|
|
Loading…
Reference in New Issue