We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd86b2e commit b61695eCopy full SHA for b61695e
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -548,8 +548,10 @@ cc_library(
548
549
cc_library(
550
name = "DWARFCFIChecker",
551
- srcs = glob(["lib/DWARFCFIChecker/*.cpp",
552
- "lib/DWARFCFIChecker/*.h",]),
+ srcs = glob([
+ "lib/DWARFCFIChecker/*.cpp",
553
+ "lib/DWARFCFIChecker/*.h",
554
+ ]),
555
hdrs = glob(["include/llvm/DWARFCFIChecker/*.h"]),
556
copts = llvm_copts,
557
deps = [
@@ -1737,6 +1739,7 @@ cc_library(
1737
1739
1738
1740
":BinaryFormat",
1741
":Core",
1742
+ ":MC",
1743
":Support",
1744
],
1745
)
0 commit comments