[all-commits] [llvm/llvm-project] e25bf7: [libc] Add an empty definition of mbstate_t (#84993)

Petr Hosek via All-commits all-commits at lists.llvm.org
Tue Mar 12 21:27:20 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e25bf70d50cbf8bdebeacdaf3313486c1b1d0395
      https://github.com/llvm/llvm-project/commit/e25bf70d50cbf8bdebeacdaf3313486c1b1d0395
  Author: Petr Hosek <phosek at google.com>
  Date:   2024-03-12 (Tue, 12 Mar 2024)

  Changed paths:
    M libc/config/baremetal/api.td
    M libc/config/baremetal/arm/headers.txt
    M libc/config/baremetal/riscv/headers.txt
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/mbstate_t.h
    A libc/include/uchar.h.def
    M libc/spec/spec.td
    M libc/spec/stdc.td

  Log Message:
  -----------
  [libc] Add an empty definition of mbstate_t (#84993)

We expect to eventually provide a complete implementation, but having an
empty definition is necessary to unblock the use of libc++ in embedded
environments.

See #84884 for more details.



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