[all-commits] [llvm/llvm-project] 93ac44: [libc] Make string functions buildable with GCC

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Sun Dec 18 07:01:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93ac449369be8cb085131b6700fc99b2ff2d9c7c
      https://github.com/llvm/llvm-project/commit/93ac449369be8cb085131b6700fc99b2ff2d9c7c
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-12-18 (Sun, 18 Dec 2022)

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

  Log Message:
  -----------
  [libc] Make string functions buildable with GCC

Differential Revision: https://reviews.llvm.org/D139939




More information about the All-commits mailing list