gn build: Merge r375375

llvm-svn: 375376
This commit is contained in:
GN Sync Bot 2019-10-20 20:44:56 +00:00
parent 92c96c7bc0
commit b01c077a18
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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