[roll] Roll llvm-project/libc c4ab4dd..707987f (10 commits)

707987f [libc] fix -Wcast-function-type via union rather than reinterpret_cast (#76875)
858c786 [libc][NFC] Remove `FloatProperties` (#76508)
3fd8a9c [NFC][libc] Fix formatting for baremetal OSUtils
4725f88 [libc] `__stack_chk_fail` baremetal dependencies (#76412)
e5b951b [libc][NFC] Enforce internal linkage for exp* support functions. (#76250)
04582e1 [libc] Lock the output stream for the 'puts' call (#76513)
b147099 [libc] Adds AMDGPU gfx941 and gfx942 to archs (#76573)
518fee2 Revert [libc][Obvious] Correctly initialize the default clock frequency (#76582)
aa36515 [libc][Obvious] Correctly initialize the default clock frequency (#76582)
8cc6e22 [libc][NFC] Integrate `FloatProperties` into `FPBits` (#76506)

GitOrigin-RevId: 8db03db6594c65315493ecfd80fddb95c9ab8157
Change-Id: I92ea4058f439c4c7a618ce0481524432d8cde7ac
1 file changed
tree: 4dbb66b827d9b1e35778bb241f3d1fa6c615f979
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.