[roll] Roll fuchsia [superproject] Roll third_party/mesa [fuchsia] Insert no_rtti for asan-ubsan builds.

The LLVM prebuilts are built without RTTI.  By default, Fuchsia
builds also disable RTTI.  However, for some reason asan-ubsan builds
don't, which results in link errors when looking for "typeinfo" of
various LLVM classes.  Explicitly adding "no_rtti" fixes this.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/mesa/+/1044082
Original-Revision: 0d7317b0617b69271fb474126bcf179cc46a2b49
GitOrigin-RevId: 907f5811630448304d59b24a9f0341d8088a25eb
Roller-URL: https://ci.chromium.org/b/8748490280029757985
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1044875
Original-Revision: 1fff201127a7c2990bd13d45c3dda05b11edee37
Change-Id: I38e01f7a5d220360a2dbeb132d5a594a3fe5108d
1 file changed
tree: 480db7e4da0b9e96b8b80931ae871b083d9bc0ae
  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.