Skip to content

Commit e1bb50b

Browse files
authored
[bazel] fix #168212 (#168598)
1 parent 8aca6c3 commit e1bb50b

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
@@ -2359,6 +2359,10 @@ llvm_target_lib_list = [lib for lib in [
23592359
["-gen-callingconv"],
23602360
"lib/Target/ARM/ARMGenCallingConv.inc",
23612361
),
2362+
(
2363+
["-gen-sd-node-info"],
2364+
"lib/Target/ARM/ARMGenSDNodeInfo.inc",
2365+
),
23622366
(
23632367
["-gen-subtarget"],
23642368
"lib/Target/ARM/ARMGenSubtargetInfo.inc",

0 commit comments

Comments
 (0)