Skip to content

Commit 6debeb8

Browse files
BUILD fixes
1 parent e279317 commit 6debeb8

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

llvm/lib/DebugInfo/DWARF/LowLevel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ add_llvm_component_library(LLVMDebugInfoDWARFLowLevel
1010
LINK_COMPONENTS
1111
BinaryFormat
1212
Support
13+
TargetParser
1314
)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ cc_library(
106106
"//llvm:DWARFLinker",
107107
"//llvm:DWP",
108108
"//llvm:DebugInfoDWARF",
109+
"//llvm:DebugInfoDWARFLowLevel",
109110
"//llvm:Demangle",
110111
"//llvm:JITLink",
111112
"//llvm:MC",
@@ -296,6 +297,7 @@ cc_library(
296297
"//llvm:BinaryFormat",
297298
"//llvm:CodeGen",
298299
"//llvm:DebugInfoDWARF",
300+
"//llvm:DebugInfoDWARFLowLevel",
299301
"//llvm:Demangle",
300302
"//llvm:ExecutionEngine",
301303
"//llvm:MC",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ cc_library(
492492
":DebugInfo",
493493
":DebugInfoCodeView",
494494
":DebugInfoDWARF",
495+
":DebugInfoDWARFLowLevel",
495496
":DebugInfoPDB",
496497
":Demangle",
497498
":MC",
@@ -589,6 +590,7 @@ cc_library(
589590
deps = [
590591
":BinaryFormat",
591592
":Support",
593+
":TargetParser",
592594
],
593595
)
594596

@@ -1167,6 +1169,7 @@ cc_library(
11671169
":Core",
11681170
":DebugInfo",
11691171
":DebugInfoDWARF",
1172+
":DebugInfoDWARFLowLevel",
11701173
":Demangle",
11711174
":Object",
11721175
":Support",
@@ -2060,6 +2063,7 @@ cc_library(
20602063
":Core",
20612064
":DebugInfoCodeView",
20622065
":DebugInfoDWARF",
2066+
":DebugInfoDWARFLowLevel",
20632067
":IPO",
20642068
":IRPrinter",
20652069
":Instrumentation",
@@ -3201,6 +3205,7 @@ cc_library(
32013205
":CodeGenTypes",
32023206
":DWARFLinkerBase",
32033207
":DebugInfoDWARF",
3208+
":DebugInfoDWARFLowLevel",
32043209
":MC",
32053210
":Support",
32063211
":Target",
@@ -3219,6 +3224,7 @@ cc_library(
32193224
":BinaryFormat",
32203225
":CodeGen",
32213226
":DebugInfoDWARF",
3227+
":DebugInfoDWARFLowLevel",
32223228
":Support",
32233229
":Target",
32243230
],
@@ -3519,6 +3525,7 @@ cc_library(
35193525
":DWARFLinkerParallel",
35203526
":DebugInfo",
35213527
":DebugInfoDWARF",
3528+
":DebugInfoDWARFLowLevel",
35223529
":DsymutilTableGen",
35233530
":MC",
35243531
":Object",
@@ -3936,6 +3943,7 @@ cc_binary(
39363943
":BinaryFormat",
39373944
":DebugInfo",
39383945
":DebugInfoDWARF",
3946+
":DebugInfoDWARFLowLevel",
39393947
":MC",
39403948
":Object",
39413949
":Support",
@@ -3967,6 +3975,7 @@ cc_binary(
39673975
":DWARFLinker",
39683976
":DWARFLinkerParallel",
39693977
":DebugInfoDWARF",
3978+
":DebugInfoDWARFLowLevel",
39703979
":DwarfutilOptionsTableGen",
39713980
":MC",
39723981
":ObjCopy",
@@ -4584,6 +4593,7 @@ cc_library(
45844593
":DebugInfo",
45854594
":DebugInfoBTF",
45864595
":DebugInfoDWARF",
4596+
":DebugInfoDWARFLowLevel",
45874597
":Debuginfod",
45884598
":Demangle",
45894599
":MC",

0 commit comments

Comments
 (0)