Skip to content

Commit 1ae1d77

Browse files
committed
[gn] port 54d0cf5 more
The commit already updated the flags passed to tblgen, so this here only needs to update the file lists.
1 parent e34ddb1 commit 1ae1d77

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ executable("llvm-tblgen") {
5656
"DisassemblerEmitter.cpp",
5757
"ExegesisEmitter.cpp",
5858
"FastISelEmitter.cpp",
59-
"GICombinerEmitter.cpp",
6059
"GlobalISelEmitter.cpp",
6160
"GlobalISelMatchTable.cpp",
62-
"GlobalISelCombinerMatchTableEmitter.cpp",
61+
"GlobalISelCombinerEmitter.cpp",
6362
"GlobalISelMatchTableExecutorEmitter.cpp",
6463
"InfoByHwMode.cpp",
6564
"InstrDocsEmitter.cpp",

llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,5 @@ static_library("GlobalISel") {
44
"//llvm/lib/CodeGen:CodeGenTypes",
55
"//llvm/lib/Support",
66
]
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" ]
178
}

0 commit comments

Comments
 (0)