forked from OSchip/llvm-project
parent
92c96c7bc0
commit
b01c077a18
|
@ -116,7 +116,6 @@ static_library("CodeGen") {
|
|||
"MachineSSAUpdater.cpp",
|
||||
"MachineScheduler.cpp",
|
||||
"MachineSink.cpp",
|
||||
"MachineSizeOpts.cpp",
|
||||
"MachineTraceMetrics.cpp",
|
||||
"MachineVerifier.cpp",
|
||||
"MacroFusion.cpp",
|
||||
|
|
|
@ -20,7 +20,6 @@ unittest("CodeGenTests") {
|
|||
"MachineInstrBundleIteratorTest.cpp",
|
||||
"MachineInstrTest.cpp",
|
||||
"MachineOperandTest.cpp",
|
||||
"MachineSizeOptsTest.cpp",
|
||||
"ScalableVectorMVTsTest.cpp",
|
||||
"TargetOptionsTest.cpp",
|
||||
"TypeTraitsTest.cpp",
|
||||
|
|
|
@ -17,7 +17,6 @@ unittest("UtilsTests") {
|
|||
"IntegerDivisionTest.cpp",
|
||||
"LocalTest.cpp",
|
||||
"SSAUpdaterBulkTest.cpp",
|
||||
"SizeOptsTest.cpp",
|
||||
"UnrollLoopTest.cpp",
|
||||
"ValueMapperTest.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue