[roll] Roll fuchsia [roll] Roll llvm-project/libc 7bf6a52..4b31688 (16 commits)

4b31688:https://llvm.googlesource.com/llvm-project/libc/+/4b31688a98a7963d988358ff8763fea217b993a3 [libc] Fix link errors in some hermetic tests (#216406)
4a65918:https://llvm.googlesource.com/llvm-project/libc/+/4a65918fc70cfc7b21159b822f7d352fd31b1bcc [libc] Implement TLSF FreeStore with Trie Overflow Bin (#203415)
fc2dd70:https://llvm.googlesource.com/llvm-project/libc/+/fc2dd709630f87518f68c29b1b545324b7a82ddb [libc][math] Fix -Wc++23-extensions warnings in erfcf16 and erff16. (#215613)
1812167:https://llvm.googlesource.com/llvm-project/libc/+/1812167d607af0cb06bca0d70daea7c2f8409743 [libc][Semaphore] Fix tests - remove APPEND_LIBC_TEST macro uses. (#216219)
876134f:https://llvm.googlesource.com/llvm-project/libc/+/876134fe4873a5fd3d6b222623c0162c55d7e450 [libc][Semaphore] Add public sem_t type and entry (#213489)
3e3ef63:https://llvm.googlesource.com/llvm-project/libc/+/3e3ef6301d76ccae4590294c9cc9ae960f8a3477 [libc][x86] Enable memcpy NTA stores by default. (#216149)
7648934:https://llvm.googlesource.com/llvm-project/libc/+/76489341326753396d3919f19959bee88e161021 [libc] Add `NEED_MPFR_F128` argument to add_fp_unittest. (#215657)
6b39b20:https://llvm.googlesource.com/llvm-project/libc/+/6b39b20cb05def9aceb083c8609f24b281c256ae [libc] Populate _r_debug in startup code and expose it through <link.h> (#215649)
aced5a8:https://llvm.googlesource.com/llvm-project/libc/+/aced5a86fef126322eddaa647aa9296870a603a5 [libc][test] Avoid getauxval dependency for bare-metal AArch64 (#215509)
ec04274:https://llvm.googlesource.com/llvm-project/libc/+/ec04274c1135a4875b950492d0ece4f52b16d60b [libc] Remove APPEND_LIBC_TEST (#215869)
8a27ff9:https://llvm.googlesource.com/llvm-project/libc/+/8a27ff9ea383e2e2b8893884f82cd97448f5cd39 [libc] Implement tmpfile and corresponding tests (#213396)
cbf993e:https://llvm.googlesource.com/llvm-project/libc/+/cbf993e6fb5ab1f731d815e9a1584c7a0376d64f [libc][NFC] Replace `LIBC_TYPES_HAS_FLOAT128` with `LIBC_TYPES_HAS_NATIVE_FLOAT128` (#215605)
dd804ce:https://llvm.googlesource.com/llvm-project/libc/+/dd804cee3cd30308c28f2fde9d4e9102aa58326e [libc] Run tests in matching build configurations only (#215333)
15c2935:https://llvm.googlesource.com/llvm-project/libc/+/15c29353b50a3e005828bb84b8d777587626a7a0 [libc] Implement expected<void, E> and use it in internal utilities (#215020)
5dd76c7:https://llvm.googlesource.com/llvm-project/libc/+/5dd76c725a84892e7c13738a3f3d8f6e1c02e4b3 [libc] Annotate RPC members as global pointers (#215412)
c3ffdb8:https://llvm.googlesource.com/llvm-project/libc/+/c3ffdb8abe905b89f28af6c0813d585dc2112551 [libc] Relax read errno check (#215053)

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1763295
Original-Original-Revision: ec9d707142e515992e8e9d252865f14312944d07
GitOrigin-RevId: d07cc0b2540dcee3c037d1895bbee5800f95c4e6
Change-Id: I9adc545cdd8cd2b9ec7c5fbc9a77cccdd8b72945
1 file changed
tree: 2087fc6aecddbc2b3ab7cdeb20de18512d277bbe
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.