[llvm] 1ae1d77 - [gn] port 54d0cf58fb5ecd more
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 06:57:47 PDT 2023
Author: Nico Weber
Date: 2023-08-31T09:57:02-04:00
New Revision: 1ae1d7764e5407f23c562f507f29d94ec2750c29
URL: https://github.com/llvm/llvm-project/commit/1ae1d7764e5407f23c562f507f29d94ec2750c29
DIFF: https://github.com/llvm/llvm-project/commit/1ae1d7764e5407f23c562f507f29d94ec2750c29.diff
LOG: [gn] port 54d0cf58fb5ecd more
The commit already updated the flags passed to tblgen,
so this here only needs to update the file lists.
Added:
Modified:
llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
index 2033ef3e2c7239..36d5b103e4cf8c 100644
--- a/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
@@ -56,10 +56,9 @@ executable("llvm-tblgen") {
"DisassemblerEmitter.cpp",
"ExegesisEmitter.cpp",
"FastISelEmitter.cpp",
- "GICombinerEmitter.cpp",
"GlobalISelEmitter.cpp",
"GlobalISelMatchTable.cpp",
- "GlobalISelCombinerMatchTableEmitter.cpp",
+ "GlobalISelCombinerEmitter.cpp",
"GlobalISelMatchTableExecutorEmitter.cpp",
"InfoByHwMode.cpp",
"InstrDocsEmitter.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
index 27a425b86d78ac..7ab90d1969c22a 100644
--- a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
@@ -4,14 +4,5 @@ static_library("GlobalISel") {
"//llvm/lib/CodeGen:CodeGenTypes",
"//llvm/lib/Support",
]
- sources = [
- "CodeExpander.cpp",
- "GIMatchDag.cpp",
- "GIMatchDagEdge.cpp",
- "GIMatchDagInstr.cpp",
- "GIMatchDagOperands.cpp",
- "GIMatchDagPredicate.cpp",
- "GIMatchDagPredicateDependencyEdge.cpp",
- "GIMatchTree.cpp",
- ]
+ sources = [ "CodeExpander.cpp" ]
}
More information about the llvm-commits
mailing list