[all-commits] [llvm/llvm-project] d23d85: [libc] Add the implementation of the "remove" func...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Sep 15 10:32:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d23d858d04b3e3aa67c5d7583ee8712f4310f105
      https://github.com/llvm/llvm-project/commit/d23d858d04b3e3aa67c5d7583ee8712f4310f105
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-09-15 (Thu, 15 Sep 2022)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/linux/CMakeLists.txt
    A libc/src/stdio/linux/remove.cpp
    A libc/src/stdio/remove.h
    M libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/remove_test.cpp

  Log Message:
  -----------
  [libc] Add the implementation of the "remove" function.

Reviewed By: lntue

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




More information about the All-commits mailing list