[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:
parent
16dc6f64de
commit
18a0675082
@ -5160,6 +5160,11 @@ cc_binary(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "gdb-scripts",
|
||||||
|
srcs = glob(["utils/gdb-scripts/*"]),
|
||||||
|
)
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Begin testonly libraries
|
# Begin testonly libraries
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user