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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 16 03:55:02 PST 2022


gchatelet updated this revision to Diff 483484.
gchatelet marked an inline comment as done.
gchatelet added a comment.

- Disable function body instead of the function itself.


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.483484.patch
Type: text/x-patch
Size: 10639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221216/87eaf1de/attachment.bin>


More information about the libc-commits mailing list