[roll] Roll fuchsia [roll] Roll llvm-project/libc d15ec36..879ffb7 (33 commits)

879ffb7:https://llvm.googlesource.com/llvm-project/libc/+/879ffb7eff7fcdf93a628504a844fe60bb3cf3b1 [libc][math] Refactor copysign family to header-only (#182137)
3d88c98:https://llvm.googlesource.com/llvm-project/libc/+/3d88c98a501904ca0541d46296248217b0d0ab5f [libc] add posix_mutex_trylock support (#191531)
f57930d:https://llvm.googlesource.com/llvm-project/libc/+/f57930d95d7eccdaa80d7fbb1922b3211e195e64 [libc] Add Annex K strnlen_s function (#186112)
276e0c9:https://llvm.googlesource.com/llvm-project/libc/+/276e0c97da31730341f8b4d43f094e8b405d3670 [libc][math] Fix: add log10p1f16 to shared math (#189185)
75a45ab:https://llvm.googlesource.com/llvm-project/libc/+/75a45ab7c275474c0c45f05ee77302a492c010d6 [libc][math] Fix: add log2p1f16 to shared math (#189179)
048585b:https://llvm.googlesource.com/llvm-project/libc/+/048585bc9b58a36f6fb710e512c4cf4389a03b81 [libc] implement rewind (#191302)
0b521cc:https://llvm.googlesource.com/llvm-project/libc/+/0b521cc0e0c6a27426e691b9e8a5a190b37408cc [libc][docs][NFC] Rework GPU building documentation (#191381)
12cb6c0:https://llvm.googlesource.com/llvm-project/libc/+/12cb6c0fedadf6449b241788a1453a18065ce328 [libc] Add generate-libc-headers custom target (#191160)
834873f:https://llvm.googlesource.com/llvm-project/libc/+/834873f0af33b5e5cc53ff144e3c344f6d076ecf [libc] Implement accept(2) on linux (#191203)
dc9dcd3:https://llvm.googlesource.com/llvm-project/libc/+/dc9dcd3ee2e72c533eea2b3202407c3771240f28 [libc][semaphore] Add internal unnamed semaphore implementation (#190851)
9602a76:https://llvm.googlesource.com/llvm-project/libc/+/9602a7689d156ed49325954c7157af0ee46f1e4c Revert "[libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)" (#191273)
decd9fb:https://llvm.googlesource.com/llvm-project/libc/+/decd9fb99edaa8744c43080aa575aca3120e6f1f [libc] Add missing errno_macros.h include to pthread schedparam (#191235)
aa6ff15:https://llvm.googlesource.com/llvm-project/libc/+/aa6ff159f3b23a24a0f3f554b9f703f1209ceedb [libc] Add LIBC_FULL_BUILD guard to stdint_proxy.h (#191234)
39658c2:https://llvm.googlesource.com/llvm-project/libc/+/39658c28d3f172aa93510a863c652b7a361ee4bc [libc] Fix 'finish()' being called by the client instead of the server (#191226)
ca34420:https://llvm.googlesource.com/llvm-project/libc/+/ca34420519b7eedb9d4c2a5aa3ceda8e1c4c18a9 [libc] Add a redirecting <syscall.h> header. (#191069)
7522179:https://llvm.googlesource.com/llvm-project/libc/+/75221790e28ab3d66a2217ecabe8127049e47b08 [libc] Add cpio.h to Linux target public headers (#191177)
305a550:https://llvm.googlesource.com/llvm-project/libc/+/305a550a72dfe0d6b2c2c09efb19a3ca1724ac1a [libc] Implement listen(2) on linux (#190755)
51271b8:https://llvm.googlesource.com/llvm-project/libc/+/51271b8948017cbeec2fec2d82dd1b9bf60469c6 [libc][docs] Add fcntl.h POSIX header documentation (#188822)
0183cbe:https://llvm.googlesource.com/llvm-project/libc/+/0183cbe0df43a34a62904454c4f2d09c5f1ad7eb [libc] Remove yet another batch of header template files (#191067)
6110ed5:https://llvm.googlesource.com/llvm-project/libc/+/6110ed59b99642b555b2d19eab73f83246673f00 [libc][math] Refactor cbrtbf16 function header-only (#188204)
a4a95ac:https://llvm.googlesource.com/llvm-project/libc/+/a4a95ac6cfa6c9db09380bc1f45c08d09ff60d7b [libc][MacOS] Enable wchar conversion and rpc_server (#191065)
0c0b84f:https://llvm.googlesource.com/llvm-project/libc/+/0c0b84f02b8386e3b53fd450dc56a6b6b508b8f0 [libc] - Add rpc_opcodes.h to list of installed headers (#191035)
cb27dbc:https://llvm.googlesource.com/llvm-project/libc/+/cb27dbcf9e2deba7cd9097157cbc3b0aef878e25 [libc][docs] Add sys/socket.h implementation status (#190751)
7695dee:https://llvm.googlesource.com/llvm-project/libc/+/7695deefb608cdb7692eac153fbcf6a56c8a6988 [libc][stdlib] move abort to a header library and cleanup its usage (#190845)
c0076d4:https://llvm.googlesource.com/llvm-project/libc/+/c0076d4dd03a361f9406054454b75c1fd514fcb8 [libc] Fix return code after rewriting GPU printf support (#190797)
60e424e:https://llvm.googlesource.com/llvm-project/libc/+/60e424ec182088c98b0a54280ed6fcc1d666ad34 [libc] Make rpc_server.h independent from libc internals (#190423)
e96b8c8:https://llvm.googlesource.com/llvm-project/libc/+/e96b8c8b3166500cfbb53b3f93fe104e7046566f [libc] Fix ordering to make sure event_id is written before interrupt (#190705)
6874080:https://llvm.googlesource.com/llvm-project/libc/+/6874080492eeecb842a354d6f865e44298150a41 [libc] Implement connect(2) on linux (#189668)
49f4057:https://llvm.googlesource.com/llvm-project/libc/+/49f4057a28eff05a71b37352441d3b7057904d90 [libc] Allow RPC interface to be compiled with MSVC (#190483)
b5ad0b5:https://llvm.googlesource.com/llvm-project/libc/+/b5ad0b5c7b64eb440110928b81a37fdaa104752c [libc][signal] remove wrongly added constexpr (#190424)
2729d47:https://llvm.googlesource.com/llvm-project/libc/+/2729d4709df1d60ec9d8de1f152dc7a02279cdbb [libc] update abort implementation and lift it for internal usage (#189756)
0443eb2:https://llvm.googlesource.com/llvm-project/libc/+/0443eb20c2f78b2a6e40169c7d28b7e7862f1c3d [libc] Add str_to_* and rpc_* shared tests. (#190351)
4c3d080:https://llvm.googlesource.com/llvm-project/libc/+/4c3d0801f9d48e1fc1569e711eec67654a986527 [libc] Use CMAKE_CROSSCOMPILING_EMULATOR instead searching for `llvm-gpu-loader' (#189417)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574533
Original-Revision: 5ed23bffdd9d8101ca942172510a9272cd1e045c
GitOrigin-RevId: 69b8f0a3aa90da02e007f3b56ae563526bcd6d23
Change-Id: I1fac947cf2aa6d11b5aa5d14c1d9fa879c656df1
1 file changed
tree: e1dfc76547bfdebc42b3858381bd722253da523d
  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.