[roll] Roll fuchsia [fidl][llcpp] Move ALIGNDECL off Wire_<T> types This is safe to do because actual transactional message decoding and encoding is now handled by the wrapping `internal::Transactional_<T>` types, which include a 16-byte `fidl_message_header_t` field followed by a `body` field holding the corresponding `Wire_<T>` type. This ensures that all message bodies are still aligned in practice. After this change, `Wire_<T>` LLCPP types are always identically shaped to their underlying types. This paves the way for making `Wire_<T>` a simple alias to its underlying struct (and later, table/union), rather than a very similar but unrelated type system construct. Test: fx test Original-Bug: 88343 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/650809 Original-Revision: 25c26176c023d7343e2b0d6612f18da934a75eaf GitOrigin-RevId: c513d151994e2e00eda7395449b7e331d2f3033d Change-Id: Iae921e9e6d382e7fdaafd54e8b085fe9d395c592
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 via the IRC channel #fuchsia on Freenode.
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.