commit | f14b4452d3981764b010ee8c59d54da5e4cf4fce | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@fuchsia.infra.roller.outlook.com> | Wed Nov 20 01:13:11 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 19 17:14:44 2024 -0800 |
tree | 2c62f647f0211830a5eba25387b2b215e74e1d93 | |
parent | 7f46ec794b2bb8cc357f03703a79270ba14825a0 [diff] |
[roll] Roll llvm-project/libc [libc] Pull last dependencies into rpc_util.h (#116693) Summary: Last bit in-place to remove the dependencies on LLVM libc headers. This just pulls the `sleep_briefly`, `std::optinal` and `type_traits` definitions into the `rpc_util.h` header. This duplicates some code for now but will soon be moved into the `include/rpc` directory. At that point I will remove all the `LIBC_INLINE` and just make it `RPC_INLINE`. Internal use will then have a wrapper to make it all LIBC namespaced, implementations will then implement their own handling. GitOrigin-RevId: 3ef0d06c907c1d62403fe91d9696a7676b42a7a3 Original-Revision: 4cececf9c6a476ed3c97266d79ba72c683a4cdd3 Change-Id: Ib4702e49de0ab981e6f814d08fa58ef4c86e8b1b
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.