[roll] Roll fuchsia [bazel][clang] compile includes runtime libdirs

In the referenced bugs, it was found that clang's driver
is sensitive to the presence of runtime libdirs when computing
the set of include dirs used for compiling (cc1).
The absence of the said runtime libdirs would cause the driver to
omit the correct multilib variant of headers like __config_site,
which would then cause a mismatch of variants (e.g. ASan vs. non-ASan)
downstream when linking, and sometimes not manifesting problems
until runtime.
This workaround helps the driver select the correct multilib headers.

Original-Bug: 354016617
Original-Bug: 360235447
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1150592
Original-Revision: eb5ee8db735c97e4288f631703cf2647c5d22c86
GitOrigin-RevId: d40bc057c747245d51220d17a4aa644d0a0b92d5
Change-Id: I849f7ebe2b981b3a7de38c78db484a3f813b226a
1 file changed
tree: 443a00b3af5e1d4b56a0288964114220ba1991d4
  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 in one of the communication channels documented at get involved.

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.