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 876fdc9 commit b40f62bCopy full SHA for b40f62b
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -4731,6 +4731,25 @@ cc_binary(
4731
],
4732
)
4733
4734
+cc_binary(
4735
+ name = "llvm-offload-wrapper",
4736
+ srcs = glob([
4737
+ "tools/llvm-offload-wrapper/*.cpp",
4738
+ ]),
4739
+ copts = llvm_copts,
4740
+ stamp = 0,
4741
+ deps = [
4742
+ ":BitWriter",
4743
+ ":Core",
4744
+ ":FrontendOffloading",
4745
+ ":Object",
4746
+ ":Option",
4747
+ ":Support",
4748
+ ":TargetParser",
4749
+ ":intrinsic_enums_gen",
4750
+ ],
4751
+)
4752
+
4753
cc_binary(
4754
name = "llvm-pdbutil",
4755
srcs = glob([
0 commit comments