diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2025-04-15 10:49:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-15 10:49:52 -0700 |
commit | 9b13d345303d819bb83de7ebbeb826d704add0bc (patch) | |
tree | 4f898e0f3d3c53311e79edefd89de136faba4c9d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7a41761407c485d18b7d48232b308556b3b43934 (diff) | |
download | llvm-9b13d345303d819bb83de7ebbeb826d704add0bc.zip llvm-9b13d345303d819bb83de7ebbeb826d704add0bc.tar.gz llvm-9b13d345303d819bb83de7ebbeb826d704add0bc.tar.bz2 |
[libc][bazel] Remove a no-op libc_internal_target macro. (#135818)
This macro is a no-op after 90c001ac9e1d92a1a95d191d1640ab5337a937e5:
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.
`libc_function_deps` attribute of a `libc_test` macro can also be
cleaned up, but I plan to do this in a subsequent change.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions