[roll] Roll fuchsia [ld] Provide ubsan-custom runtime for test modules

The test modules can be built in the standalone ubsan variant,
while fancier sanitizer variants like asan are already excluded.
It just needs a custom runtime.  On POSIX, this can be complete.
On Fuchsia, it has no way to print but it formats a message on
the stack and crashes in a way where the pointer to the message
buffer can be found in a known register with a debugger.

Original-Bug: 348678677
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1066593
Original-Revision: 17c7c5d3adf4c44ed987d7301a4be94f50211f38
GitOrigin-RevId: 2d6d72c06da5bd3197665859910460baf06619d2
Change-Id: Ieb74abc6410d9547dff2276843b774da7d6b7e41
1 file changed
tree: d5ed270f953e2a4ece07d8fa6b902727ddd30944
  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.