[roll] Roll fuchsia [superproject] Roll llvm-project/libc [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.

GitOrigin-RevId: ef9a9a18f271982083911bc595d25aecfbd282fe
Original-Revision: cc7927c6b4f6ce1f1e3d25341217380d3121e1d1
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155299
Original-Revision: 3b05dd6b3d40eeb31146d2e64ea95507064beedf
Change-Id: I11780457e8a1cdbede5f7501c2056428e46b3abe
1 file changed
tree: 6c094260d5cf7ebf9cbe0c42aed52ec3104187ba
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.