diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2025-03-25 14:38:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-25 14:38:37 -0700 |
commit | f0b752e921702e5a44327ac5906e50777cd0b29d (patch) | |
tree | 26ceb9463b393bb1402c17a0cac0af14246be9d7 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 960615954e4cb3150ae4a479fa7f9d0d17035eea (diff) | |
download | llvm-f0b752e921702e5a44327ac5906e50777cd0b29d.zip llvm-f0b752e921702e5a44327ac5906e50777cd0b29d.tar.gz llvm-f0b752e921702e5a44327ac5906e50777cd0b29d.tar.bz2 |
[libc][bazel] Stop creatng "public" library targets in libc_function. (#132995)
All downstream users are migrated, so we no longer need to produce
"public"/"release" cc_library target for each libc_function macro
invocation. Instead, we only create internal target (for testing), and
some filegroups, which will be picked up by the libc_release_library
invocation.
This allows us to get rid of "weak" argument to libc_function - this
decision is also postponed to libc_release_library configuration.
Fixes #130327.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions