[llvm] [libc][bazel] Use Bazel aspects to implement libc_release_library. (PR #134948)
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 14:32:01 PDT 2025
================
@@ -138,15 +189,18 @@ def libc_release_library(
**kwargs: Other arguments relevant to cc_library.
"""
- # Combine all sources into a single filegroup to avoid repeated sources error.
- native.filegroup(
+ get_libc_srcs(
----------------
vonosmas wrote:
Good point, renamed to `libc_srcs_filegroup`
https://github.com/llvm/llvm-project/pull/134948
More information about the llvm-commits
mailing list