[all-commits] [llvm/llvm-project] 6666b3: [libc] Match baremetal stdlib.h entrypoints with t...

Petr Hosek via All-commits all-commits at lists.llvm.org
Sat Mar 16 22:32:36 PDT 2024


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

  Changed paths:
    M libc/config/baremetal/api.td
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/baremetal/riscv/entrypoints.txt

  Log Message:
  -----------
  [libc] Match baremetal stdlib.h entrypoints with types

To match the entrypoints and types we need to exclude __atexithandler_t
and __qsortrcompare_t, as well as qsort_r, which is a GNU extension.

This is a reland of llvm/llvm-project#85030.



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