Skip to content

Commit b1a93db

Browse files
authored
[bazel] Export distributable lldb files (#96549)
If you're building and vendoring lldb, you might need to also vendor these files.
1 parent 0555afd commit b1a93db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ exports_files([
3131
"include/llvm/IR/Intrinsics.td",
3232
"include/llvm/Option/OptParser.td",
3333
"utils/lit/lit.py",
34+
"utils/lldbDataFormatters.py",
3435
])
3536

3637
# It may be tempting to add compiler flags here, but that should be avoided.

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ licenses(["notice"])
2626
exports_files([
2727
"LICENSE.TXT",
2828
"run_lit.sh",
29+
"utils/lldb-scripts/mlirDataFormatters.py",
2930
"utils/textmate/mlir.json",
3031
])
3132

0 commit comments

Comments
 (0)