[roll] Roll llvm-project/libc 7f0498a..ee47cc7 (18 commits)

ee47cc7 [libc][NFC] Do not add libc test framework and -fno-rtti to C tests. (#84837)
32da790 [libc][math][c23] Add fmodl and fmodf128 math functions. (#84600)
04b2e27 [libc][stdbit] Add C tests for stdbit generic macros. (#84670)
65363dd [libc] Fix forward arm32 builtbot (#84794)
7e4aa98 [libc][NFC] Clean up test/src/math/differential_testing folder, renaming it to performance_testing. (#84646)
f94f7da [libc] Build the GPU during the projects setup like libc-hdrgen (#84667)
43d6f8a [libc] Remove use of `__builtin_modf` in GPU math
54bee37 [libc] Fix flag parsing bugs. (#84706)
336621e [libc][mman] Implement msync (#84700)
0d60d6f [libc][NFC] Move GPU allocator implementation to common header (#84690)
2240c16 [libc] Move RPC opcodes include out of the header
b47a4be [libc][stdbit] Fix truncation err in CPP bit_ceil (#84683)
25ed462 [libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)
0888472 [libc][NFC] Clean up stray ';' and default enum warning
4c5abfd [libc][stdbit][c23] fixes typos in bit_width, bit_floor C type-generic macros (#84659)
c554267 [libc][math][c23] Add modff128 C23 math function. (#84532)
cf77ded [libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)
1eaa590  [libc][NFCI] Remove lane size template argument on RPC server  (#84557)

GitOrigin-RevId: c0571538436b5111287c156dc0ed6f2aeaa76906
Change-Id: I9b155d7bdc3b9d86b375ec097176cd9f4f220e1b
1 file changed
tree: f7ba420a0f3770eef61dbe681a4cea4675f13eea
  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 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.