[roll] Roll fuchsia [phys][efi] Support sized deallocation in EFI targets Upstream llvm has switched sized deallocation on by default in https://github.com/llvm/llvm-project/pull/83774 This lead to undefined symbols for operator delete(void *, unsigned__int64) when building EFI targets with new toolchains. This patch adds the required APIs, but still dispatches to the unsized variant, which should suffice for the EFI use case. Original-Fixed: 337266675 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1037584 Original-Revision: bd616adc4e44e7f092fe45cfc96808d8c85c94be GitOrigin-RevId: 5763818c457e776ad2dc60af3f370002e4aa60db Change-Id: I68c64ac8593217a8a2457876ec64f1d2a397bd0d
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.