[bazel] Add gdb-scripts filegroup in llvm and mlir (#146358)

This would be useful if downstream projects want to use the provided
pretty printers
This commit is contained in:
Thomas Hashem 2025-06-30 19:06:58 +03:00 committed by GitHub
parent 16dc6f64de
commit 18a0675082
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -5160,6 +5160,11 @@ cc_binary(
], ],
) )
filegroup(
name = "gdb-scripts",
srcs = glob(["utils/gdb-scripts/*"]),
)
################################################################################ ################################################################################
# Begin testonly libraries # Begin testonly libraries

View File

@ -30,6 +30,11 @@ exports_files([
"utils/textmate/mlir.json", "utils/textmate/mlir.json",
]) ])
filegroup(
name = "gdb-scripts",
srcs = glob(["utils/gdb-scripts/*"]),
)
bool_flag( bool_flag(
name = "enable_cuda", name = "enable_cuda",
build_setting_default = False, build_setting_default = False,