[roll] Roll llvm-project/libc 9a8ec5a..0eac62a (10 commits)

0eac62a [libc] Fix building bitcode library for GPU (#100491)
2cfc184 [libc] Fix relocatable link attempting to pull in standard libs
43bc054 [libc][math] Implement fast pass for double precision atan2 with 1 ULP errors. (#100648)
1f370a9 [libc] Make `crt1.o` available to clang for GPU builds (#100599)
6bcd9e8 [libc] Lazily initialize freelist malloc using symbols (#99254)
e51bf8f [libc] Fix leftoever debug in 'f16fma' function (#100638)
44ff200 [libc][math][c23] Enable C23 _Float16 math functions on GPUs (#99248)
9795a63 [NFC][libc][malloc] Refactor Block (#100445)
f7d63c5 [libc] Fix broken table introduced by PR #100578
0711e54 [libc][NFC] Update riscv documentation (#100578)

GitOrigin-RevId: 226fccf45ce6db938dbdb091583a2d2a9af5d51f
Change-Id: Idae3e2ee914b17848f8d39cf7d2c3476e1fe1f16
1 file changed
tree: 7a0c7fe284d79ea4b8a26b6902b22c6a466bda0e
  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.