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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Dec 13 07:48:08 PST 2022


gchatelet created this revision.
gchatelet added reviewers: courbet, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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.482485.patch
Type: text/x-patch
Size: 13853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221213/c6dd0c37/attachment-0001.bin>


More information about the libc-commits mailing list