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 f71b188 commit e7ab920Copy full SHA for e7ab920
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -545,6 +545,20 @@ cc_library(
545
],
546
)
547
548
+cc_library(
549
+ name = "DWARFCFIChecker",
550
+ srcs = glob(["lib/DWARFCFIChecker/*.cpp",
551
+ "lib/DWARFCFIChecker/*.h",]),
552
+ hdrs = glob(["include/llvm/DWARFCFIChecker/*.h"]),
553
+ copts = llvm_copts,
554
+ deps = [
555
+ ":BinaryFormat",
556
+ ":DebugInfoDWARFLowLevel",
557
+ ":MC",
558
+ ":Support",
559
+ ],
560
+)
561
+
562
cc_library(
563
name = "MC",
564
srcs = glob([
@@ -4373,6 +4387,7 @@ cc_binary(
4373
4387
":AllTargetsAsmParsers",
4374
4388
":AllTargetsCodeGens",
4375
4389
":AllTargetsDisassemblers",
4390
+ ":DWARFCFIChecker",
4376
4391
":MC",
4377
4392
":MCDisassembler",
4378
4393
":MCParser",
0 commit comments