From e9de9e336834557882f77f830609e73b69f841ca Mon Sep 17 00:00:00 2001 From: Siva Chandra Reddy Date: Mon, 8 Jun 2020 17:09:28 -0700 Subject: [PATCH] [libc][NFC][Obvious] Add names to various string entrypoints. --- libc/src/string/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libc/src/string/CMakeLists.txt b/libc/src/string/CMakeLists.txt index cd3a9b5f77b3..634e5f900e94 100644 --- a/libc/src/string/CMakeLists.txt +++ b/libc/src/string/CMakeLists.txt @@ -52,6 +52,7 @@ function(add_implementation name impl_name) REJECT ${ADD_IMPL_REJECT} ) add_entrypoint_object(${impl_name} + NAME ${name} SRCS ${ADD_IMPL_SRCS} HDRS ${ADD_IMPL_HDRS} DEPENDS ${ADD_IMPL_DEPENDS}