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 16dc6f6 commit 18a0675Copy full SHA for 18a0675
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -5160,6 +5160,11 @@ cc_binary(
5160
],
5161
)
5162
5163
+filegroup(
5164
+ name = "gdb-scripts",
5165
+ srcs = glob(["utils/gdb-scripts/*"]),
5166
+)
5167
+
5168
################################################################################
5169
# Begin testonly libraries
5170
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -30,6 +30,11 @@ exports_files([
30
"utils/textmate/mlir.json",
31
])
32
33
34
35
36
37
38
bool_flag(
39
name = "enable_cuda",
40
build_setting_default = False,
0 commit comments