[libc-commits] [libc] [libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char utilities (PR #143011)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jun 5 10:54:53 PDT 2025


================
@@ -12,7 +12,6 @@
 #include "hdr/types/wchar_t.h"
 #include "src/__support/common.h"
 #include "src/__support/macros/config.h"
-#include "src/string/memory_utils/inline_memcpy.h"
 #include "src/string/string_utils.h"
----------------
michaelrj-google wrote:

it doesn't seem like `string_utils` is getting used here either.

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


More information about the libc-commits mailing list