[libc][NFC][Obvious] Add names to various string entrypoints.
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 9 Jun 2020 00:09:28 +0000 (17:09 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 9 Jun 2020 00:13:53 +0000 (17:13 -0700)
libc/src/string/CMakeLists.txt

index cd3a9b5..634e5f9 100644 (file)
@@ -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}