commit | 2ab0ef689e93629f6c0a1fd670b38c6b898827bf | [log] [tgz] |
---|---|---|
author | Roland McGrath <mcgrathr@fuchsia.infra.roller.google.com> | Thu Jun 06 17:15:25 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jun 06 10:17:08 2024 -0700 |
tree | 60481f33cda0658c675f237460743f1f35375314 | |
parent | 40299740399b58c4face020c7f58c545a95581e2 [diff] |
[roll] Roll fuchsia [build] Fix two issues in ifs_shared_library_libs() The `.as-needed` target was missing the dependency necessary to ensure the real link stub ELF file was actually generated before the generated linker script that refers to it goes into a link. The ldscript metadata fragments using a path to the link stub that's relative to root_build_dir did not work with GNU gold, which does not look relative to the current working directory after looking in a script-relative directory like LLD does. (Both linkers then go on to look at the -L / GN lib_dirs search path.) Instead, all ifs_shared_library_libs() targets now generate the files containing those fragments in a single shared directory, so every fragment can use a path relative to its link stub that's relative to that one shared directory. Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs Run-All-Tests: true Original-Bug: 342469121 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061132 Original-Revision: 53c980becf9790bb83374c9110edc45aee43192d GitOrigin-RevId: 0911dbf050afc5bf3875ac58f7a6c5cd5b9b4c7f Change-Id: Ic435495865b209d83a0dd9255ed605abda65928d
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 via the IRC channel #fuchsia
on Freenode.
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
.