[roll] Roll fuchsia [superproject] Roll llvm-project/libc 6b6c74b..993b891 (18 commits)

993b891 [libc] Generate configure.rst from the JSON config information. (#65791)
00612da [libc][NFC] Cleanup the GPU file I/O utility header (#65680)
47291eb [libc][docs] Fix docs/gpu/support.rst. (#65790)
7500ef9 [libc] Build the `libc` objects using a generic AMDGPU ABI (#65782)
8dd819d [libc] Unify gettime implementations (#65383)
b53da0f [libc] Add is_scalar (#65740)
38b95de [libc] Add is_member_pointer_v (#65631)
cd460de [libc] Fix printf %p format
3e2bd87 [libc] Fix setrlimit/getrlimit on 32-bit systems
318ccdc [libc] Fix building the RPC server with LIBC_NAMESPACE (#65642)
b6070db [libc] Fix missing GPU math implementations (#65616)
cf1c199 [libc] move in_place_t in utility (#65623)
42ada6c [libc] Add is_null_pointer_v (#65627)
fff39bf [libc] Add missing include in type_traits/remove_all_extents.h (#65626)
d11caee [libc] fix missing default template parameter value in enable_if (#65622)
80709bf [libc][math] Fix signed zeros for acosf, acoshf, and atanf in FE_DOWNWARD mode.
826dcbf [libc] customizable namespace 2/4 (#65471)
bf98adb [libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388)

GitOrigin-RevId: fa07d6a587cfec9f2ef9a55093676a505d62a8cf
Roller-URL: https://ci.chromium.org/b/8770476222261611633
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/914501
Original-Revision: f4e93df82c8b4c47d86705c7e09018a28462749d
Change-Id: I01a60ca83b11c3566dcd73f7c156ce77e7f2bd02
1 file changed
tree: 33a151faf0dd3f2c32c3bd9bed6c027d1098eca1
  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.