[all-commits] [llvm/llvm-project] 19a6dd: [libc] Add the implementation of the GNU extension...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Apr 22 01:04:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19a6dd33eeb2462d0e83d3cbed3823cfe56e2082
      https://github.com/llvm/llvm-project/commit/19a6dd33eeb2462d0e83d3cbed3823cfe56e2082
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M libc/config/linux/api.td
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/cookie_io_functions_t.h
    A libc/include/llvm-libc-types/off64_t.h
    M libc/spec/gnu_ext.td
    M libc/spec/spec.td
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/fopencookie.cpp
    A libc/src/stdio/fopencookie.h
    M libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/fopencookie_test.cpp

  Log Message:
  -----------
  [libc] Add the implementation of the GNU extension function fopencookie.

Reviewed By: lntue, michaelrj

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




More information about the All-commits mailing list