Skip to content

Commit 74f40d3

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

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)