Skip to content

Commit 1b7aa50

Browse files
committed
Add tablegen rule
1 parent f47bf01 commit 1b7aa50

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,12 @@ llvm_target_lib_list = [lib for lib in [
27672767
"lib/Target/Mips/MipsGenRegisterInfoTargetDesc.inc",
27682768
],
27692769
),
2770+
(
2771+
["-gen-sd-node-info"],
2772+
[
2773+
"lib/Target/Mips/MipsGenSDNodeInfo.inc",
2774+
],
2775+
),
27702776
(
27712777
["-gen-subtarget"],
27722778
"lib/Target/Mips/MipsGenSubtargetInfo.inc",

0 commit comments

Comments
 (0)