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 7ca737d commit 57d96edCopy full SHA for 57d96ed
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -2719,6 +2719,10 @@ llvm_target_lib_list = [lib for lib in [
2719
"lib/Target/LoongArch/LoongArchGenRegisterInfoTargetDesc.inc",
2720
],
2721
),
2722
+ (
2723
+ ["-gen-sd-node-info"],
2724
+ "lib/Target/LoongArch/LoongArchGenSDNodeInfo.inc",
2725
+ ),
2726
(
2727
["-gen-subtarget"],
2728
"lib/Target/LoongArch/LoongArchGenSubtargetInfo.inc",
0 commit comments