[roll] Roll llvm-project/libc 425e1f6..93f1856 (16 commits)

93f1856 [libc] Add hardening for FixedVector data structure and fix exposed bug. (#122159)
b8d5152 [libc][NFC] Cleanup time.h (#122027)
263e4a4 [libc] Add --write-if-changed switch to hdrgen/main.py (#122037)
ddcf12c [libc] clean up the hdrgen docs a bit (#121974)
2f50709 [libc] Revamp hdrgen command line and build integration (#121522)
81edecf [libc] Keep framepointers for baremetal (#121836)
bb5222c [libc] Keep headers compatible with -std=c89 mode (#121981)
632bccc [libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
ba5563a [libc] update todo with bug link
31f9432 [libc] Split AMDGPU and NVPTX configs into separate folders (#120153)
333f187 [libc][docgen] regen docgen via cmake (#119628)
a9f1367 [libc] Fix sort test failing on NVPTX
3408c63 Fix after #121482 (#121764)
0cbd17e [libc][fuzz] workaround gcc's constexpr capture issue in sort fuzzer (#121684)
3e9e04d [libc] Improve qsort (with build fix) (#121482)
f9ad034 [libc][NFC] use `__has_builtin` instead of checking macros.

GitOrigin-RevId: 0884959679da14c63da8a49d73ca909b4e48be0c
Change-Id: Id5f48f56dfb8458f1513b03754fda712f0b1cebb
1 file changed
tree: a4ef4d7ef1eb52df36c110bf73d30d4f6c747368
  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 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.