File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
utils/bazel/llvm-project-overlay/llvm Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -2751,6 +2751,25 @@ cc_library(
2751
2751
],
2752
2752
)
2753
2753
2754
+ cc_library (
2755
+ name = "DWARFLinkerParallel" ,
2756
+ srcs = glob ([
2757
+ "lib/DWARFLinkerParallel/*.cpp" ,
2758
+ "lib/DWARFLinkerParallel/*.h" ,
2759
+ ]),
2760
+ hdrs = glob (["include/llvm/DWARFLinkerParallel/*.h" ]),
2761
+ copts = llvm_copts ,
2762
+ deps = [
2763
+ ":BinaryFormat" ,
2764
+ ":CodeGen" ,
2765
+ ":DWARFLinker" ,
2766
+ ":DebugInfoDWARF" ,
2767
+ ":MC" ,
2768
+ ":Support" ,
2769
+ ":TargetParser" ,
2770
+ ],
2771
+ )
2772
+
2754
2773
gentbl (
2755
2774
name = "DllOptionsTableGen" ,
2756
2775
strip_include_prefix = "lib/ToolDrivers/llvm-dlltool" ,
@@ -3023,6 +3042,7 @@ cc_binary(
3023
3042
":CodeGen" ,
3024
3043
":CodeGenTypes" ,
3025
3044
":DWARFLinker" ,
3045
+ ":DWARFLinkerParallel" ,
3026
3046
":DebugInfo" ,
3027
3047
":DebugInfoDWARF" ,
3028
3048
":DsymutilTableGen" ,
@@ -3445,6 +3465,7 @@ cc_binary(
3445
3465
":AllTargetsCodeGens" ,
3446
3466
":CodeGenTypes" ,
3447
3467
":DWARFLinker" ,
3468
+ ":DWARFLinkerParallel" ,
3448
3469
":DebugInfoDWARF" ,
3449
3470
":DwarfutilOptionsTableGen" ,
3450
3471
":MC" ,
You can’t perform that action at this time.
0 commit comments