[roll] Roll fuchsia [component][fuzzing] Add Module class.

This CL adds the Module class, which collects feedback for a collection
of translation units known in LLVM parlance as a "module", e.g. it
collects code coverage for a shared object library.

Original-Bug: 24740
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/558383
Original-Revision: 6b0a9df0fdd050889e15f35d812d7767cb9ddfce
GitOrigin-RevId: 6fd2b08ddcc0381f7813d4be0683d715136d2e17
Change-Id: Ia093c0a60b3dbf7257d2afa23476c4c7c0dee92d
1 file changed
tree: 937d36ac905d403926891f993bbff425db0faa70
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.