[roll] Roll llvm-project/libc [libc] Fix GPU 'printf' on strings with padding Summary: We get the `strlen` to know how much memory to allocate here, but it wasn't taking into account if the padding was larger than the string itself. This patch sets it to an empty string so we always add the minimum size. This implementation is slightly wasteful with memory, but I am not concerned with a few extra bytes here and there for some memory that gets immediately free'd. GitOrigin-RevId: 37df86339e80b2bb7fef732080bce178fd76f6d4 Original-Revision: d9f700708e866628d74a01d9716ff7eed7919f8f Change-Id: Iba790cc5ffe19a6fcc4be745cc72ea97a99594a4
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.