Skip to content

Commit 9d531c2

Browse files
committed
[bazel] Port 36f3510
1 parent e192974 commit 9d531c2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2751,6 +2751,25 @@ cc_library(
27512751
],
27522752
)
27532753

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+
27542773
gentbl(
27552774
name = "DllOptionsTableGen",
27562775
strip_include_prefix = "lib/ToolDrivers/llvm-dlltool",
@@ -3023,6 +3042,7 @@ cc_binary(
30233042
":CodeGen",
30243043
":CodeGenTypes",
30253044
":DWARFLinker",
3045+
":DWARFLinkerParallel",
30263046
":DebugInfo",
30273047
":DebugInfoDWARF",
30283048
":DsymutilTableGen",
@@ -3445,6 +3465,7 @@ cc_binary(
34453465
":AllTargetsCodeGens",
34463466
":CodeGenTypes",
34473467
":DWARFLinker",
3468+
":DWARFLinkerParallel",
34483469
":DebugInfoDWARF",
34493470
":DwarfutilOptionsTableGen",
34503471
":MC",

0 commit comments

Comments
 (0)