[roll] Roll infra/recipes [coverage] Use Clang llvm-profdata version for Rust

Since Clang and Rust use the same LLVM revision, start
using the Clang's llvm-profdata version for processing Rust
toolchain generated profiles.

There are some features such as binary profile correlation
that we apply when invoking llvm-profdata tool. We currently
apply binary profile correlation only to Clang generated
profiles. After we fully test and roll out binary profile
correlation to Rust, we can completely remove this Clang
vs Rust dinstinction in the recipe.

Original-Bug: 414673148
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1264745
Original-Revision: ef6e59bfbf7797dc6f091eccc2ddf0af73a4619f
GitOrigin-RevId: ec12f0518c6e449ebbb02ce9cc30ae9207ff47da
Change-Id: If9738d42e3ecd1fa897cf8434bb98d443a2c6aa0
1 file changed
tree: 4ca3ae2daa603080593206681672fac10a0c3855
  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.