[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
This commit is contained in:
weiwei chen 2024-11-08 23:15:22 -05:00 committed by GitHub
parent 1bf385f102
commit fb4f426c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ exports_files([
"include/llvm/IR/Intrinsics.td",
"include/llvm/Option/OptParser.td",
"utils/lit/lit.py",
# This one is needed for building and vendoring out lldb from off tree.
"utils/lldbDataFormatters.py",
])