[all-commits] [llvm/llvm-project] 40b494: [libc] add putc, fputc, and putchar

michaelrj-google via All-commits all-commits at lists.llvm.org
Mon Oct 17 16:29:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40b494396b658511b00e8800e1005c84d7640af4
      https://github.com/llvm/llvm-project/commit/40b494396b658511b00e8800e1005c84d7640af4
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/spec/stdc.td
    M libc/src/stdio/CMakeLists.txt
    A libc/src/stdio/fputc.cpp
    A libc/src/stdio/fputc.h
    A libc/src/stdio/putc.cpp
    A libc/src/stdio/putc.h
    A libc/src/stdio/putchar.cpp
    A libc/src/stdio/putchar.h
    M libc/test/src/stdio/CMakeLists.txt
    A libc/test/src/stdio/putc_test.cpp

  Log Message:
  -----------
  [libc] add putc, fputc, and putchar

These three functions are simple, but needed for libc build testing.

Reviewed By: lntue

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




More information about the All-commits mailing list