Skip to content

Commit b4b0533

Browse files
committed
[gn build] Port c11aba9
1 parent 841d2e5 commit b4b0533

File tree

1 file changed

+8
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/AVR

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@ tablegen("AVRGenDAGISel") {
1212
td_file = "AVR.td"
1313
}
1414

15+
tablegen("AVRGenSDNodeInfo") {
16+
visibility = [ ":LLVMAVRCodeGen" ]
17+
args = [ "-gen-sd-node-info" ]
18+
td_file = "AVR.td"
19+
}
20+
1521
static_library("LLVMAVRCodeGen") {
1622
deps = [
1723
":AVRGenCallingConv",
1824
":AVRGenDAGISel",
25+
":AVRGenSDNodeInfo",
1926
"MCTargetDesc",
2027
"TargetInfo",
2128
"//llvm/include/llvm/Config:llvm-config",
@@ -37,6 +44,7 @@ static_library("LLVMAVRCodeGen") {
3744
"AVRInstrInfo.cpp",
3845
"AVRMCInstLower.cpp",
3946
"AVRRegisterInfo.cpp",
47+
"AVRSelectionDAGInfo.cpp",
4048
"AVRShiftExpand.cpp",
4149
"AVRSubtarget.cpp",
4250
"AVRTargetMachine.cpp",

0 commit comments

Comments
 (0)