[roll] Roll fuchsia [libc] Roll llvm-project/libc 0a3de540d..2f8c3219c

Manual roll with BUILD.gn updates for upstream hdrgen changes.

//third_party/llvm-libc/src https://llvm.googlesource.com/llvm-project/libc/+log/0a3de540d..2f8c3219c
2f8c3219c [Clang] Gut the libc wrapper headers and simplify (#168438)
3e4b1d381 [libc] Fix -Wshorten-64-to-32 in fileop_test. (#168451)
cf77c0012 [libc] Implement pkey_alloc/free/get/set/mprotect for x86_64 linux (#162362)
9a24890de [libc] implement inet_addr (#167708)
1c6ca351b [libc] Move mbtowc, mbstowcs and inverse functions to stdlib.h (#168455)
a82042de1 [libc] Implement wcstod and wcstold. (#168020)
4f155db8a [libc][Github] Perform baremetal libc builds (#167583)
298663bf0 [libc][POSIX][RISCV] Disabled clock_settime on RV32 (#168006)
23bacb9a6 [libc] fix EXPECT_EXIT suspend/timeout for darwin (#166065)
b9c5c8df5 Revert "[libc][test] split exit tests into two separate tests" (#168102)
533245cdf [libc] Allow user-defined LIBC_ASSERT macro. (#168087)
fa8c6f8b9 [libc][test] split exit tests into two separate tests (#166355)
a483a2854 [libc] replace for loops with a call to memcpy in File (#165219)
e59ba4582 [libc] Templatize strtofloatingpoint and implement wcstof. (#167755)
69834e092 [libc][NFC] Fix warnings in RPC server code
a72144990 [libc][stdlib] Simplify getenv_test by using strcmp instead of custom helper (#163055)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1453609
Original-Revision: dd71b6ac71388b06bd0b9dd30032141b8599c0bd
GitOrigin-RevId: a66f18902de5483c779e35d18c7deadfbb174f9b
Change-Id: I8ce0074eac25815ac787c415823cecbc34905370
1 file changed
tree: 234a670180e958c326c9e330506351fbc5305237
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.