Skip to content

Commit 20e9b0a

Browse files
committed
[bazel] Port 900c517
1 parent aa4de7b commit 20e9b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,6 +2435,10 @@ llvm_target_lib_list = [lib for lib in [
24352435
["-gen-searchable-tables"],
24362436
"lib/Target/AMDGPU/AMDGPUGenSearchableTables.inc",
24372437
),
2438+
(
2439+
["-gen-sd-node-info"],
2440+
"lib/Target/AMDGPU/AMDGPUGenSDNodeInfo.inc",
2441+
),
24382442
],
24392443
"tbl_deps": [
24402444
":InstCombineTableGen",

0 commit comments

Comments
 (0)