[roll] Roll fuchsia [superproject] Roll llvm-project/libc 365bc3f..b5b1e8f (14 commits)

b5b1e8f [libc] Use `rint` builtin for rounding on the GPU (#98345)
27223f5 [libc] Add a missing math-function-macros.h include (#98271)
ab3e2e4 [libc] Provide isnan, isnanf and isnanl functions (#96008)
58de9c1 [libc] Add support for `powi` as an LLVM libc extension on the GPU (#98236)
649fe69 [libc][math] Fix overflow shifts for dyadic floats and add skip accuracy option for expm1. (#98048)
33ac8c5 Revert "[libc] Move off_t and stdio macros to proxy hdrs" (#98242)
d774fae [libc] Move the internal extern "C" symbols inside the namespace (#98232)
821c94e [libc] Move off_t and stdio macros to proxy hdrs (#98215)
72c0621 [libc] Fix sprintf FixedConv test (#98204)
a88ab5c [libc] Fix readlink tests on 32-bit systems (#98168)
c68ccae [libc] adjust printf macro test to use all 64 bits (#98195)
4abbacf [libc] Include stdio.h in baremetal getchar.cpp (#98188)
fb70a0b [libc] Avoid the atexit and exit_handler dependency for exit (#98121)
c9066d2 [libc] Disable `-ffreestanding` and `-fno-builtin` on the GPU build (#97636)

GitOrigin-RevId: 705281ffae3827e9cb93dbe62de94ca54e50a353
Roller-URL: https://ci.chromium.org/b/8742764132588221137
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1079553
Original-Revision: ca95a2fc133657ba2410529a1c30a03ad1c32786
Change-Id: I4a3015c072a6a4a7f01f19052678d3a241216db4
1 file changed
tree: 14c26476869f0b8497a9ad2cf5c6b43b8a8141f0
  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 via the IRC channel #fuchsia on Freenode.

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.