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 faefb70 commit 10dd404Copy full SHA for 10dd404
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -5582,6 +5582,12 @@ binary_alias(
5582
binary = ":llvm-readobj",
5583
)
5584
5585
+# Workaround inability to put `.def` files into `srcs`.
5586
+cc_library(
5587
+ name = "llvm-reduce-defs-lib",
5588
+ textual_hdrs = glob(["tools/llvm-reduce/*.def"]),
5589
+)
5590
+
5591
cc_binary(
5592
name = "llvm-reduce",
5593
srcs = glob([
@@ -5609,6 +5615,7 @@ cc_binary(
5609
5615
":TargetParser",
5610
5616
":TransformUtils",
5611
5617
":config",
5618
+ ":llvm-reduce-defs-lib",
5612
5619
],
5613
5620
5614
5621
0 commit comments