[roll] Roll fuchsia [bazel][clang] Fix definition of generate_linkmap feature. This fixes two issues with this feature definition: - Use `-Wl,--Map` instead of `-Wl,-Map` for Fuchsia. This is a minor point as the linker recognizes both, but this aligns with what the GN toolchain does. - The name of the generated map file missed a .map suffix! This created compilation problems when generating host Linux executables, as Bazel would complain that no map file was generated. The reason for this being that the map file overwrote the executable `foo` instead of being written with the right name `foo.map` file that Bazel expects. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164755 Original-Revision: 9bde46f53db7f47c439ee53f62728990b4f6aa29 GitOrigin-RevId: d477c11e807c8e5254088a428a93153612f3bfa9 Change-Id: I2f779a59217131fbab320704edd4fda91d4dfa01
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.