[all-commits] [llvm/llvm-project] 6aa740: [libc] Fix fpbits test running 80bit ld everywhere...

Michael Jones via All-commits all-commits at lists.llvm.org
Tue Nov 12 12:52:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6aa74038588ed47e3fc0d829c1e7538cc110ba39
      https://github.com/llvm/llvm-project/commit/6aa74038588ed47e3fc0d829c1e7538cc110ba39
  Author: Michael Jones <michaelrj at google.com>
  Date:   2024-11-12 (Tue, 12 Nov 2024)

  Changed paths:
    M libc/test/src/__support/FPUtil/fpbits_test.cpp

  Log Message:
  -----------
  [libc] Fix fpbits test running 80bit ld everywhere (#115937)

After #115084 the 80 bit long double tests error if sizeof(long double)
isn't 96 or 128 bits. This caused failures in long double is double
systems (since long double is 64 bits) so I've disabled the 80 bit long
double tests on systems that don't use them.



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