commit | 0b10ff316e82e7e9d075deffffa296c2ec61449d | [log] [tgz] |
---|---|---|
author | global-integration-roller <global-integration-roller@fuchsia.infra.roller.fuchsia-infra.iam.gserviceaccount.com> | Mon Nov 18 16:05:27 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 18 08:06:57 2024 -0800 |
tree | 375ae7800a9a05fb4b01f0a7990cde7787ce3fa2 | |
parent | a52bb922f7c6acad2e5912c142f64859c024f22d [diff] |
[roll] Roll fuchsia [superproject] Roll llvm-project/libc [libc] Remove more libc dependencies from the RPC header (#116437) Summary: The end goal is to make `rpc.h` a standalone header so that other projects can include it without leaking `libc` internals. I'm trying to replace stuff slowly before pulling it out all at once to reduce the size of the changes. This patch removes the atomic and a few sparse dependencies. Now we mostly rely on the GPU utils, the sleep function, optional, and the type traits. I'll clean these up in future patches. This removed the old stuff I had around the memcpy, but I think that it's not quite as bad as it once was, as it removes a branch and only uses a few extra VGPRs since I believe the builtin memcpy was improved for AMD. GitOrigin-RevId: 69c0118a72768c1d1ef2395668df96d20cf93841 Original-Revision: a18016fec582d0e428a091f1401bc02de89246a9 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1159132 Original-Revision: 7669040cee52a7d071e28f7a9b176c17a930e5a4 Change-Id: Ibfc8c3f210b3a458071f8137769fa94e5692093c
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
.