[all-commits] [llvm/llvm-project] 4abfe4: [libc] Add implementations of the POSIX creat and ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Jan 28 11:28:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4abfe47e1fc8b4c7583d5bdcb20d102dd2a5efb1
      https://github.com/llvm/llvm-project/commit/4abfe47e1fc8b4c7583d5bdcb20d102dd2a5efb1
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-01-28 (Fri, 28 Jan 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/llvm-libc-macros/linux/fcntl-macros.h
    M libc/spec/posix.td
    M libc/src/fcntl/CMakeLists.txt
    A libc/src/fcntl/creat.h
    M libc/src/fcntl/linux/CMakeLists.txt
    A libc/src/fcntl/linux/creat.cpp
    A libc/src/fcntl/linux/openat.cpp
    A libc/src/fcntl/openat.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/fcntl/CMakeLists.txt
    A libc/test/src/fcntl/creat_test.cpp
    A libc/test/src/fcntl/openat_test.cpp
    A libc/test/src/fcntl/testdata/CMakeLists.txt

  Log Message:
  -----------
  [libc] Add implementations of the POSIX creat and openat functions.

Reviewed By: michaelrj

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




More information about the All-commits mailing list