Skip to content

Commit b61695e

Browse files
authored
[bazel] Port #149221 (#150347)
1 parent fd86b2e commit b61695e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,10 @@ cc_library(
548548

549549
cc_library(
550550
name = "DWARFCFIChecker",
551-
srcs = glob(["lib/DWARFCFIChecker/*.cpp",
552-
"lib/DWARFCFIChecker/*.h",]),
551+
srcs = glob([
552+
"lib/DWARFCFIChecker/*.cpp",
553+
"lib/DWARFCFIChecker/*.h",
554+
]),
553555
hdrs = glob(["include/llvm/DWARFCFIChecker/*.h"]),
554556
copts = llvm_copts,
555557
deps = [
@@ -1737,6 +1739,7 @@ cc_library(
17371739
deps = [
17381740
":BinaryFormat",
17391741
":Core",
1742+
":MC",
17401743
":Support",
17411744
],
17421745
)

0 commit comments

Comments
 (0)