1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] Port f5b5ccf2a68

This commit is contained in:
LLVM GN Syncbot 2020-08-07 23:43:14 +00:00
parent 526e29b5b9
commit f4add55acc
2 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@ static_library("CodeGen") {
"MachineOperand.cpp",
"MachineOptimizationRemarkEmitter.cpp",
"MachineOutliner.cpp",
"MachinePassManager.cpp",
"MachinePipeliner.cpp",
"MachinePostDominators.cpp",
"MachineRegionInfo.cpp",

View File

@ -21,6 +21,7 @@ unittest("CodeGenTests") {
"MachineInstrBundleIteratorTest.cpp",
"MachineInstrTest.cpp",
"MachineOperandTest.cpp",
"PassManagerTest.cpp",
"ScalableVectorMVTsTest.cpp",
"TargetOptionsTest.cpp",
"TypeTraitsTest.cpp",