[roll] 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: 90f7a0bd537248b8854348ae67bc353e987943ad
Change-Id: I3c4a4d63bebd46ecc91ffdff2987fca4350ff8e1
1 file changed
tree: 9c20f00978cca2d22262c4fa81a23a87749b3ca2
  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.