[roll] Roll fuchsia [roll] Roll llvm-project/libc [libc] Address sincosf size bloat (#179004)

The recent refactoring in #177523 marked some functions as static which
increased the size of sinf/cosf functions. Removing the static storage
for these functions to remove the bloat which is especially problematic
in size constrained baremetal target builds.

GitOrigin-RevId: adaa3e74e808c2a729a28e444a67258267c8106e
Original-Revision: 2c2c183da9734b8f2b8efd01f3b586739d1f391e

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1491680
Original-Revision: c5265d3a023a08e75656566a4eddcd8b339a6720
GitOrigin-RevId: 0bc44b5f95361c28492aa58e82ccdb4eb6897b7e
Change-Id: Iee1a200646182fe0da21e909d30f2f72505d4ceb
1 file changed
tree: 717547ab2cc6238e0b097182f5cf616e101d132c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.