commit | 08893ccff815342bfa0b7ee44beca61a99d53895 | [log] [tgz] |
---|---|---|
author | Caslyn Tonelli <caslyn@fuchsia.infra.roller.google.com> | Tue Nov 19 02:24:10 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Nov 18 18:25:44 2024 -0800 |
tree | d012805038edc6f83e60dea8e6e018c69f042b85 | |
parent | 348df292e233e84c5d31b355f613627b66fc11ea [diff] |
[roll] Roll fuchsia [dl] Introduce AdjustLoadBiasAdaptor This is a wrapper around the ld::ModuleMemory object to be used by the `DecodeModule` function in the DlImplTests fixture. AdjustLoadBiasAdaptor will attempt to perform a read on the underlying memory object using the initial `ptr` value passed in: if that read fails, it will try to read again with `ptr - load_bias`, as is needed for linux. Original-Bug: 324136831 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1147858 Original-Revision: a99ea2f8e82febef33ea086d1547e6c5b7869965 GitOrigin-RevId: 0595474fd95382dec85ab3ca61c21a8b576bb600 Change-Id: Ice063f0d55b825e90175af02aec8956a9e6b36d7
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
.