[roll] Roll llvm-project/libc 7fbcc46..d98aeac (14 commits)

d98aeac [libc] Reduce binary size for baremetal targets (#121164)
c6fa421 [libc][complex] fix buildbot errors (#121141)
4fcb886 [libc][complex] add cfloat16 and cfloat128 compiler flags (#121140)
25b4c01 Revert "[libc][complex] enable CFP128 entrypoints on X86_64 (#121111)" (#121113)
b721eb1 [libc][complex] enable CFP128 entrypoints on X86_64 (#121111)
4f71ca0 [libc] Remove old RPC host call extension for GPU (#120800)
2dc5971 [libc] Make a couple of math smoke tests more robust. (#120808)
e0fa5c4 [libc] update host build docs (#120147)
2652a20 [libc][docs] convert stdio.h to docgen (#120334)
110b2bc [libc] Enable 'timespec_get' for the GPU build (#120304)
4499895 [libc] fix -Wgcc-compat (#120303)
cb583dd [libc][complex] Implement different flavors of the `cproj` function (#119722)
a7ee8ac [libc] Use __attribute__((__nothrow__)) for __NOEXCEPT in C (#114653)
ac79fd5 [libc] Add unistd overlay (#119312)

GitOrigin-RevId: d0a10eedfcce13e7a702f30426f1f2704ec057b7
Change-Id: Idddd2d6b464ef6346af835907a9d219eb2c60ad1
1 file changed
tree: cbe309e2f5698178c2b479ee8847cfbf1c809fc3
  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.