[PATCH] D141755: [Bazel] Provide filegroups for `@rules_pkg`
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 14 04:01:17 PST 2023
chapuni created this revision.
Herald added a project: All.
chapuni requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
For now, I have created four filegroups.
They are sufficient for the Clang toolchain.
- `@llvm-project//clang:pkg-clang`
- `@llvm-project//clang:pkg-clang-resources`
- `@llvm-project//lld:pkg-lld`
- `@llvm-project//llvm:pkg-llvm-ar`
They are available for `pkg_tar` etc.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141755
Files:
utils/bazel/llvm-project-overlay/clang/BUILD.bazel
utils/bazel/llvm-project-overlay/lld/BUILD.bazel
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141755.489223.patch
Type: text/x-patch
Size: 3495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230114/749ecf4f/attachment.bin>
More information about the llvm-commits
mailing list