[libc-commits] [PATCH] D139939: [libc] Make string functions buildable with GCC

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 15 07:43:15 PST 2022


gchatelet updated this revision to Diff 483188.
gchatelet added a comment.

rebase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139939/new/

https://reviews.llvm.org/D139939

Files:
  libc/src/__support/compiler_features.h
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  libc/src/string/memory_utils/op_builtin.h
  libc/src/string/memory_utils/op_generic.h
  libc/src/string/memory_utils/op_x86.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139939.483188.patch
Type: text/x-patch
Size: 13853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221215/810f67ef/attachment.bin>


More information about the libc-commits mailing list