[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Add cpp::byte

This provides the equivalent of std::byte.
std::byte is a distinct type that implements the concept of byte as specified in the C++ language definition.
https://en.cppreference.com/w/cpp/types/byte

Differential Revision: https://reviews.llvm.org/D136294

GitOrigin-RevId: 623507597465db76de125d8c034c67a634950f50
Original-Revision: 38551d8357fd09eeb9cbbfe145c615bfb49ec243
Roller-URL: https://ci.chromium.org/b/8799566574515274385
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/745226
Original-Revision: 12dc5c742f1980a9443a70acb8ab39ab33b60804
Change-Id: I4fb76fe1d5d27204f658b49b1eb33a517d8844e5
1 file changed
tree: b1fe3214d2fa9823e5a3ac833c3f9c4138f9de8e
  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.