[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
1 file changed
tree: 74432a0a65d11084dd9cea28046ace25989d03fe
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.