[roll] Roll llvm-project/libc 3e49512..be99ff5 (14 commits)

be99ff5 [libc] Partial revert of "[libc] Update supported riscv libs"
1157448 [libc] Update supported riscv libs
9f620f1 [libc][NFC] Remove the unused FDReader testutil.
7e2bfd7 [libc] Add special handling for CUDA PTX features
fbc574e [libc][NFC] Remove the StreamWrapper class and use the new test logger.
c37a704 [libc][NFC] Move RandUtils.h to test/src/math.
dde12dd [libc][fix] Only use the object files when targeting NVPTX
0b2b4b2 [libc] Add dependency on the loader for GPU tests
9dc2d6f [libc][NFC] Standardize missing syscalls error messages.
3a7f258 [libc][NFC] Remove use of StreamWrapper from math differential tests.
ced8ce1 Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""
11b2b56 [libc] Add `fetch_or` to the atomic interface
869359e Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""
c476afd [libc] Add implementation of getchar

GitOrigin-RevId: d38034f3e707fe702e3e1b85c493f295e848497d
Change-Id: I90a262712f8e65751b9f89a0a377fa8ecdc80eca
1 file changed
tree: 9e2ad3578d2be6e8ce7ef3ed328082c4e7a7fe92
  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.