Skip to content

Commit d743616

Browse files
authored
[bazel][Mips] Port 3ea796e: sdnode tablegen (#170869)
1 parent 2833d9f commit d743616

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)