File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
llvm/utils/gn/secondary/llvm/utils/TableGen Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,9 @@ executable("llvm-tblgen") {
56
56
" DisassemblerEmitter.cpp" ,
57
57
" ExegesisEmitter.cpp" ,
58
58
" FastISelEmitter.cpp" ,
59
- " GICombinerEmitter.cpp" ,
60
59
" GlobalISelEmitter.cpp" ,
61
60
" GlobalISelMatchTable.cpp" ,
62
- " GlobalISelCombinerMatchTableEmitter .cpp" ,
61
+ " GlobalISelCombinerEmitter .cpp" ,
63
62
" GlobalISelMatchTableExecutorEmitter.cpp" ,
64
63
" InfoByHwMode.cpp" ,
65
64
" InstrDocsEmitter.cpp" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,5 @@ static_library("GlobalISel") {
4
4
" //llvm/lib/CodeGen:CodeGenTypes" ,
5
5
" //llvm/lib/Support" ,
6
6
]
7
- sources = [
8
- " CodeExpander.cpp" ,
9
- " GIMatchDag.cpp" ,
10
- " GIMatchDagEdge.cpp" ,
11
- " GIMatchDagInstr.cpp" ,
12
- " GIMatchDagOperands.cpp" ,
13
- " GIMatchDagPredicate.cpp" ,
14
- " GIMatchDagPredicateDependencyEdge.cpp" ,
15
- " GIMatchTree.cpp" ,
16
- ]
7
+ sources = [ " CodeExpander.cpp" ]
17
8
}
You can’t perform that action at this time.
0 commit comments