aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Smiley <keithbsmiley@gmail.com>2024-06-24 13:31:02 -0700
committerGitHub <noreply@github.com>2024-06-24 13:31:02 -0700
commitb1a93dbaba87119556c1138b64cde6aa5ee8a854 (patch)
treeeb5caa13646ead4ba05b55c02f17390256dd077b
parent0555afd02401551c10dbf7f646a98501929b27e2 (diff)
downloadllvm-b1a93dbaba87119556c1138b64cde6aa5ee8a854.zip
llvm-b1a93dbaba87119556c1138b64cde6aa5ee8a854.tar.gz
llvm-b1a93dbaba87119556c1138b64cde6aa5ee8a854.tar.bz2
[bazel] Export distributable lldb files (#96549)
If you're building and vendoring lldb, you might need to also vendor these files.
-rw-r--r--utils/bazel/llvm-project-overlay/llvm/BUILD.bazel1
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
2 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
index cf7ee18..38970d9 100644
--- a/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -31,6 +31,7 @@ exports_files([
"include/llvm/IR/Intrinsics.td",
"include/llvm/Option/OptParser.td",
"utils/lit/lit.py",
+ "utils/lldbDataFormatters.py",
])
# It may be tempting to add compiler flags here, but that should be avoided.
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 14203eb..8818e55 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -26,6 +26,7 @@ licenses(["notice"])
exports_files([
"LICENSE.TXT",
"run_lit.sh",
+ "utils/lldb-scripts/mlirDataFormatters.py",
"utils/textmate/mlir.json",
])