Skip to content

Commit bc5f3d2

Browse files
committed
[gn] port 0ae2bcc (arm SDNodeInfo)
1 parent 1f34550 commit bc5f3d2

File tree

1 file changed

+7
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/ARM

1 file changed

+7
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ tablegen("ARMGenRegisterBank") {
3636
td_file = "ARM.td"
3737
}
3838

39+
tablegen("ARMGenSDNodeInfo") {
40+
visibility = [ ":LLVMARMCodeGen" ]
41+
args = [ "-gen-sd-node-info" ]
42+
td_file = "ARM.td"
43+
}
44+
3945
static_library("LLVMARMCodeGen") {
4046
deps = [
4147
":ARMGenCallingConv",
@@ -44,6 +50,7 @@ static_library("LLVMARMCodeGen") {
4450
":ARMGenGlobalISel",
4551
":ARMGenMCPseudoLowering",
4652
":ARMGenRegisterBank",
53+
":ARMGenSDNodeInfo",
4754
"MCTargetDesc",
4855
"TargetInfo",
4956
"Utils",

0 commit comments

Comments
 (0)