[libc-commits] [libc] [libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to strings.h (PR #118899)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Mon Dec 9 15:02:55 PST 2024


================
@@ -0,0 +1,99 @@
+function(add_bcmp bcmp_name)
+  add_implementation(bcmp ${bcmp_name}
+    SRCS ${LIBC_SOURCE_DIR}/src/strings/bcmp.cpp
+    HDRS ${LIBC_SOURCE_DIR}/src/strings/bcmp.h
+    DEPENDS
+      libc.include.string
----------------
gchatelet wrote:

Sure let's remove them then.

https://github.com/llvm/llvm-project/pull/118899


More information about the libc-commits mailing list