[all-commits] [llvm/llvm-project] 10a6a3: [libc][bazel] Create libc_release_library for rele...
Alexey Samsonov via All-commits
all-commits at lists.llvm.org
Tue Mar 11 13:20:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10a6a349d66a5f4d73ab53af114aec1a49a97f03
https://github.com/llvm/llvm-project/commit/10a6a349d66a5f4d73ab53af114aec1a49a97f03
Author: Alexey Samsonov <vonosmas at gmail.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
M utils/bazel/llvm-project-overlay/libc/test/BUILD.bazel
Log Message:
-----------
[libc][bazel] Create libc_release_library for release configurations. (#130694)
See PR #130327 for background and motivation. This change expands the
libc_support_library and libc_function rules to create filegroups that
allow building a collection of llvm-libc functions together, from
sources, as a part of a single cc_library that can then be used by the
downstream clients.
This change also adds an example use of this macro under
libc/test/BUILD.bazel to confirm that this macro works as expected.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list