File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
utils/bazel/llvm-project-overlay Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1194,6 +1194,7 @@ cc_library(
1194
1194
srcs = glob (["lib/CrossTU/*.cpp" ]),
1195
1195
hdrs = glob (["include/clang/CrossTU/*.h" ]),
1196
1196
deps = [
1197
+ ":analysis" ,
1197
1198
":ast" ,
1198
1199
":basic" ,
1199
1200
":frontend" ,
Original file line number Diff line number Diff line change @@ -432,7 +432,9 @@ cc_library(
432
432
]),
433
433
copts = llvm_copts ,
434
434
deps = [
435
+ ":BinaryFormat" ,
435
436
":DebugInfo" ,
437
+ ":DebugInfoCodeView" ,
436
438
":DebugInfoDWARF" ,
437
439
":DebugInfoPDB" ,
438
440
":MC" ,
@@ -1628,8 +1630,8 @@ cc_library(
1628
1630
":DebugInfoCodeView" ,
1629
1631
":DebugInfoDWARF" ,
1630
1632
":IPO" ,
1631
- ":Instrumentation" ,
1632
1633
":IRPrinter" ,
1634
+ ":Instrumentation" ,
1633
1635
":MC" ,
1634
1636
":MCParser" ,
1635
1637
":ProfileData" ,
@@ -2483,6 +2485,7 @@ cc_library(
2483
2485
":JITLinkTableGen" ,
2484
2486
":Object" ,
2485
2487
":Option" ,
2488
+ ":OrcShared" ,
2486
2489
":OrcTargetProcess" ,
2487
2490
":Support" ,
2488
2491
":config" ,
@@ -2621,6 +2624,7 @@ cc_library(
2621
2624
hdrs = glob (["include/llvm/DWARFLinker/*.h" ]),
2622
2625
copts = llvm_copts ,
2623
2626
deps = [
2627
+ ":BinaryFormat" ,
2624
2628
":CodeGen" ,
2625
2629
":DebugInfoDWARF" ,
2626
2630
":MC" ,
@@ -2907,6 +2911,7 @@ cc_binary(
2907
2911
":MC" ,
2908
2912
":Object" ,
2909
2913
":Option" ,
2914
+ ":Remarks" ,
2910
2915
":Support" ,
2911
2916
":Target" ,
2912
2917
":config" ,
@@ -3119,6 +3124,7 @@ cc_binary(
3119
3124
":Object" ,
3120
3125
":ProfileData" ,
3121
3126
":Support" ,
3127
+ ":config" ,
3122
3128
],
3123
3129
)
3124
3130
@@ -4035,8 +4041,12 @@ cc_binary(
4035
4041
":AllTargetsCodeGens" ,
4036
4042
":AllTargetsDisassemblers" ,
4037
4043
":Core" ,
4044
+ ":DebugInfoDWARF" ,
4038
4045
":Demangle" ,
4046
+ ":IPO" ,
4039
4047
":MC" ,
4048
+ ":MCDisassembler" ,
4049
+ ":Object" ,
4040
4050
":ProfileData" ,
4041
4051
":Support" ,
4042
4052
":Symbolize" ,
You can’t perform that action at this time.
0 commit comments