[roll] Roll llvm-project/libc 9f5bd06..94c8110 (8 commits)

94c8110 [libc][test] Fix TEST->TEST_F typo in getenv_and_setenv_test.cpp (#94304)
b204555 [libc] Add GPU utility dependencies if present
a2ae711 [libc][CPP] Add all_of and find_if_not to algorithm.h (#94058)
c273082 [libc][math][c23] Add {ceil,floor,round,roundeven,trunc}f16 C23 math functions (#94001)
de4bb30 [libc] Correctly find LLVM binaries when built in projects mode for GPU
815bc6f [libc] fix build failures due to SIGCHLD (#94093)
e18fef3 [libc] fix test build on platforms without `SYS_fork` (#94087)
53c3e34 [libc] rework mutex (#92168)

GitOrigin-RevId: 80e10cb14fea9ba96d8bee65be53af714990aea5
Change-Id: I2227066973b469b8cca2a08826c1c1f3e8909c6f
1 file changed
tree: 5e23129fa3db961dad9c3bccd621275e5483f0e9
  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.