[roll] Roll fuchsia [superproject] Roll llvm-project/libc 76d0674..57a9ee5 (11 commits)

57a9ee5 [libc] Disable failing AMDGPU test temporarily
5a54e28 [libc] Define away __restrict in C++ without GNU extensions (#114655)
7264f18 [libc] Fix typos in proxy type headers (#114717)
97bd67f [libc] add stdlib.h header to the _Exit func proxy in full build (#114718)
8719f79 [libc] Add proxy headers to handle memory allocation associated with the header `#include <stdlib.h> (#114690)
d90b5b6 Comment out CF16 entrypoints for aarch64 and CF128 entrypoints for X84-64 (#114696)
2dedb53 [libc][complex] implement different flavors of `creal` and `cimag` functions (#113300)
5e24595 [libc] Remove the #include <stdlib.h> header (#114453)
d5c4863 [libc] disable failing include tests (#114619)
9424b73 [libc][cmake] disable include tests in overlay mode (#114566)
ffb49b9 [libc] rename LLVM_LIBC_SRC___SUPPORT_UINT_H to LLVM_LIBC_SRC___SUPPORT_BIG_INT_H for consistent naming (#114592)

GitOrigin-RevId: c0ba8d4f7aab8cf6e81d11c404a31729910c1854
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1150998
Original-Revision: 3c7a7fa875e55dd110dfb5c248c0d2cc5dfbc62c
Change-Id: I4df2f1622f14ae9a7fb9d3120e7e4f62fff049b3
1 file changed
tree: 81f4dabb1a3d67cc30c8133d76c8873caf135eb9
  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.