We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841d2e5 commit b4b0533Copy full SHA for b4b0533
llvm/utils/gn/secondary/llvm/lib/Target/AVR/BUILD.gn
@@ -12,10 +12,17 @@ tablegen("AVRGenDAGISel") {
12
td_file = "AVR.td"
13
}
14
15
+tablegen("AVRGenSDNodeInfo") {
16
+ visibility = [ ":LLVMAVRCodeGen" ]
17
+ args = [ "-gen-sd-node-info" ]
18
+ td_file = "AVR.td"
19
+}
20
+
21
static_library("LLVMAVRCodeGen") {
22
deps = [
23
":AVRGenCallingConv",
24
":AVRGenDAGISel",
25
+ ":AVRGenSDNodeInfo",
26
"MCTargetDesc",
27
"TargetInfo",
28
"//llvm/include/llvm/Config:llvm-config",
@@ -37,6 +44,7 @@ static_library("LLVMAVRCodeGen") {
37
44
"AVRInstrInfo.cpp",
38
45
"AVRMCInstLower.cpp",
39
46
"AVRRegisterInfo.cpp",
47
+ "AVRSelectionDAGInfo.cpp",
40
48
"AVRShiftExpand.cpp",
41
49
"AVRSubtarget.cpp",
42
50
"AVRTargetMachine.cpp",
0 commit comments