[libc][NFC][Obvious] Add names to various string entrypoints.

This commit is contained in:
Siva Chandra Reddy 2020-06-08 17:09:28 -07:00
parent 7e58d0ded0
commit e9de9e3368
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ function(add_implementation name impl_name)
REJECT ${ADD_IMPL_REJECT} REJECT ${ADD_IMPL_REJECT}
) )
add_entrypoint_object(${impl_name} add_entrypoint_object(${impl_name}
NAME ${name}
SRCS ${ADD_IMPL_SRCS} SRCS ${ADD_IMPL_SRCS}
HDRS ${ADD_IMPL_HDRS} HDRS ${ADD_IMPL_HDRS}
DEPENDS ${ADD_IMPL_DEPENDS} DEPENDS ${ADD_IMPL_DEPENDS}