[roll] Roll llvm-project/libc e5b3ce5..ce1d752 (7 commits)

ce1d752 [libc] Fix wrong printf usage in AMDGPU loader
bc74b54 [libc] Add Kernel Resource Usage to nvptx-loader (#97503)
be79a35 [libc] Add missing -latomic for rv32 (#99337)
26da218 [libc][math] Remove constexpr quantifier from cbrt's utility functions. (#99349)
c29522d [libc][math] Implement double precision cbrt correctly rounded to all rounding modes. (#99262)
b61e734 [libc] Added missing operator delete generated by gcc/clang (#67457)
500744c [libc] Change rand implementation so all tests pass in both 32- and 64-bit systems (#98692)

GitOrigin-RevId: 9caac072a2f28ce92439c2e957de766bab7ac1fe
Change-Id: I544bce5718dc669ebf716ee94fe61f175e83c4b5
1 file changed
tree: 926fe5f33f888ad04f53ea215c5794494b404da4
  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.