Skip to content

Commit e9de9e3

Browse files
author
Siva Chandra Reddy
committed
[libc][NFC][Obvious] Add names to various string entrypoints.
1 parent 7e58d0d commit e9de9e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/string/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function(add_implementation name impl_name)
5252
REJECT ${ADD_IMPL_REJECT}
5353
)
5454
add_entrypoint_object(${impl_name}
55+
NAME ${name}
5556
SRCS ${ADD_IMPL_SRCS}
5657
HDRS ${ADD_IMPL_HDRS}
5758
DEPENDS ${ADD_IMPL_DEPENDS}

0 commit comments

Comments
 (0)