llvm-project
f0b752e9 - [libc][bazel] Stop creatng "public" library targets in libc_function. (#132995)

Commit
197 days ago
[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.
Author
Parents
Loading