[roll] Roll fuchsia [roll] Roll llvm-project/libc 00d9bde..11eba15 (20 commits)

11eba15 [libc][docs] Update list of active maintainers. (#175666)
a98a110 Fix typos and spelling errors across codebase (#156270)
bea3c31 [libc] update add_math_function.md to reflect __support/math refactor (#175500)
84e49b8 [libc] Fix a typo in DT_BIND_NOW macro name (#175619)
446130b [libc] Provide a minimal implementation of elf.h (#172766)
94fed00 [libc] Improve SIMT control flow in the GPU allocator
4ccc0e9 [libc][math] Refactor ilogbf16 implementation to header-only in src/__support/math folder. (#175450)
c1510e8 [libc][math] Fix GPU build fails (#175474)
d9751f1 [libc][math] Refactor log to header-only shared math (#175395)
66d0f25 [libc] Support for generating proxy headers (#175279)
96b66d2 [libc][math] Refactor sin implementation to header-only in src/__support/math folder. (#175200)
2f4281b [libc][math] Refactor expm1f16 implementation to header-only in src/__support/math folder. (#162132)
3ac5f50 [libc] Add hdrgen --proxy mode (#174823)
4f693ef [libc] Provide empty weak definition for __cxa_thread_finalize (#174373)
2612894 [libc][docs] Fix typo (#174631)
0a46af2 [libc][wctype] Create generation script for classification lookup tables (#172042)
30b19ad [libc] Delete teardown_main_tls and all its uses (#174374)
60c1a44 [libc][math] Fix the FTZ/DAZ checks for log1p. (#174424)
9f4dac5 [libc][fuzzing] Delete test buffs for asan checks (#174018)
185eb8c [libc] Add stub pthread_attr_getschedparam / pthread_attr_setschedparam (#173440)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1473763
Original-Revision: 2c179b5728c118ba86cc0d32a1ba10a1e670f42e
GitOrigin-RevId: 2efa2734ec1e801111f087a62a2ce54f50e675e4
Change-Id: I1a11997f3e6a7dc1ed72186cf68fae8e323abeb8
1 file changed
tree: d8a48dad7dcac372dd4888a0dee3b7bd31698550
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.