[all-commits] [llvm/llvm-project] afae7c: [libc] Support for scanf on baremetal (#131043)

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Mar 20 15:55:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: afae7c91e19f0e9d6f1e03ebada64d740894abc7
      https://github.com/llvm/llvm-project/commit/afae7c91e19f0e9d6f1e03ebada64d740894abc7
  Author: Petr Hosek <phosek at google.com>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

  Changed paths:
    M libc/config/baremetal/aarch64/entrypoints.txt
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/baremetal/riscv/entrypoints.txt
    M libc/src/stdio/CMakeLists.txt
    M libc/src/stdio/baremetal/CMakeLists.txt
    M libc/src/stdio/baremetal/getchar.cpp
    A libc/src/stdio/baremetal/scanf.cpp
    A libc/src/stdio/baremetal/scanf_internal.h
    A libc/src/stdio/baremetal/vscanf.cpp
    R libc/src/stdio/fscanf.cpp
    M libc/src/stdio/generic/CMakeLists.txt
    A libc/src/stdio/generic/fscanf.cpp
    A libc/src/stdio/generic/scanf.cpp
    A libc/src/stdio/generic/vfscanf.cpp
    A libc/src/stdio/generic/vscanf.cpp
    R libc/src/stdio/scanf.cpp
    M libc/src/stdio/scanf_core/CMakeLists.txt
    R libc/src/stdio/vfscanf.cpp
    R libc/src/stdio/vscanf.cpp

  Log Message:
  -----------
  [libc] Support for scanf on baremetal (#131043)

This uses the templatized scanf Reader interface introduced in #131037.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list