Skip to content

Commit fb4f426

Browse files
authored
[Bazel] Add a comment why an export file is needed. (#115556)
- [x] Add follow-up comment on why the export file is needed in BUILD.bazel
1 parent 1bf385f commit fb4f426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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
@@ -32,6 +32,7 @@ exports_files([
3232
"include/llvm/IR/Intrinsics.td",
3333
"include/llvm/Option/OptParser.td",
3434
"utils/lit/lit.py",
35+
# This one is needed for building and vendoring out lldb from off tree.
3536
"utils/lldbDataFormatters.py",
3637
])
3738

0 commit comments

Comments
 (0)