[roll] Roll fuchsia [superproject] Roll llvm-project/libc 7ec1010..75a2d97 (11 commits)

75a2d97 [libc] Use correct type for atol
cc15d93 [libc] remove use after free in tests.
1b6d4bf [libc] move errno out of file internals
05df5af [libc] Fix wrappergen_test.cpp on runtimes build
2409e8b [libc] Use std::optional instead of None in comments (NFC)
054ab07 [libc][Obvious] Fix memory function benchmarks after removal of None.
b68ef8e [libc] Add custom operator new to handle allocation failures gracefully.
96ab4b4 Don't include None.h (NFC)
819c3b7 [libc] Use std::nullopt instead of None (NFC)
88cff66 [libc] Use std::nullopt instead of None (NFC)
9271055 [libc] add result class to strtointeger

GitOrigin-RevId: ab8679e9402f4d947931895ca1ee41adedecbe13
Roller-URL: https://ci.chromium.org/b/8794909786475749105
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/775985
Original-Revision: 8988858dde5032a7f44aae6cf668887ec4e753c2
Change-Id: Ibc85d8383416dd88cdeaa7e9e82df31a1a5e18e9
1 file changed
tree: 00d268339b04e49abc59c3ad8041c19d234b93dc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.