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 4fefcae commit c230a0dCopy full SHA for c230a0d
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -2435,6 +2435,10 @@ llvm_target_lib_list = [lib for lib in [
2435
["-gen-searchable-tables"],
2436
"lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc",
2437
),
2438
+ (
2439
+ ["-gen-sd-node-info"],
2440
+ "lib/Target/AMDGPU/AMDGPUGenSDNodeInfo.inc",
2441
+ ),
2442
],
2443
"tbl_deps": [
2444
":InstCombineTableGen",
0 commit comments