You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc][bazel] Remove a no-op libc_internal_target macro.
This macro is a no-op after 90c001a:
libc_function macro now produce a "regular" cc_library target,
without modifying its name, and this target is intended to only
be used in tests.
Thus, libc_internal_target macro is no longer needed, and we can
safely treat libc_function rules and libc_support_library rules
identically for test purposes.
0 commit comments