[all-commits] [llvm/llvm-project] 6d0f5d: [libc][obvious] add aligned_alloc as entrypoint

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Mar 23 16:44:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d0f5d95ad4d005dccad3f94b1ac6941a3167939
      https://github.com/llvm/llvm-project/commit/6d0f5d95ad4d005dccad3f94b1ac6941a3167939
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-03-23 (Wed, 23 Mar 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/stdlib/CMakeLists.txt
    M libc/test/integration/scudo/CMakeLists.txt

  Log Message:
  -----------
  [libc][obvious] add aligned_alloc as entrypoint

This patch adds aligned_alloc as an entrypoint. Previously it was being
included implicitly.

Reviewed By: sivachandra

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




More information about the All-commits mailing list