File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ static_library("CodeGen") {
6363 " FaultMaps.cpp" ,
6464 " FinalizeISel.cpp" ,
6565 " FixupStatepointCallerSaved.cpp" ,
66- " FreeMachineFunction.cpp" ,
6766 " FuncletLayout.cpp" ,
6867 " GCEmptyBasicBlocks.cpp" ,
6968 " GCMetadata.cpp" ,
@@ -133,6 +132,7 @@ static_library("CodeGen") {
133132 " MachineDominators.cpp" ,
134133 " MachineFrameInfo.cpp" ,
135134 " MachineFunction.cpp" ,
135+ " MachineFunctionAnalysis.cpp" ,
136136 " MachineFunctionPass.cpp" ,
137137 " MachineFunctionPrinterPass.cpp" ,
138138 " MachineFunctionSplitter.cpp" ,
Original file line number Diff line number Diff line change @@ -14,8 +14,5 @@ unittest("MIRTests") {
1414 " //llvm/lib/TargetParser" ,
1515 " //llvm/lib/Testing/Support" ,
1616 ]
17- sources = [
18- " MachineMetadata.cpp" ,
19- " PassBuilderCallbacksTest.cpp" ,
20- ]
17+ sources = [ " MachineMetadata.cpp" ]
2118}
You can’t perform that action at this time.
0 commit comments