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

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Mon Jun 8 17:14:21 PDT 2020


Author: Siva Chandra Reddy
Date: 2020-06-08T17:13:53-07:00
New Revision: e9de9e336834557882f77f830609e73b69f841ca

URL: https://github.com/llvm/llvm-project/commit/e9de9e336834557882f77f830609e73b69f841ca
DIFF: https://github.com/llvm/llvm-project/commit/e9de9e336834557882f77f830609e73b69f841ca.diff

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

Added: 
    

Modified: 
    libc/src/string/CMakeLists.txt

Removed: 
    


################################################################################
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}


        


More information about the libc-commits mailing list