gn build: Merge r375254

llvm-svn: 375256
This commit is contained in:
GN Sync Bot 2019-10-18 16:52:12 +00:00
parent b8552abfe7
commit 52dc406efc
3 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ static_library("CodeGen") {
"MachineSSAUpdater.cpp",
"MachineScheduler.cpp",
"MachineSink.cpp",
"MachineSizeOpts.cpp",
"MachineTraceMetrics.cpp",
"MachineVerifier.cpp",
"MacroFusion.cpp",

View File

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

View File

@ -17,6 +17,7 @@ unittest("UtilsTests") {
"IntegerDivisionTest.cpp",
"LocalTest.cpp",
"SSAUpdaterBulkTest.cpp",
"SizeOptsTest.cpp",
"UnrollLoopTest.cpp",
"ValueMapperTest.cpp",
]