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