[all-commits] [llvm/llvm-project] 0c8e12: [libc] Fix fexcept_t type to match canonical ABI a...

Roland McGrath via All-commits all-commits at lists.llvm.org
Wed Oct 30 10:09:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c8e12fc64073a889956e790881cdf0d58018372
      https://github.com/llvm/llvm-project/commit/0c8e12fc64073a889956e790881cdf0d58018372
  Author: Roland McGrath <mcgrathr at google.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M libc/include/llvm-libc-types/fexcept_t.h

  Log Message:
  -----------
  [libc] Fix fexcept_t type to match canonical ABI and API (#113666)

In glibc and musl, fexcept_t is unsigned short int on x86 and
unsigned int on other machines that llvm-libc supports.  Match
that ABI (only different from before on x86) and API (different
everywhere as it was previously signed).



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