Revert "Reland "Exposes that the dSYM bundle contains relocation information""
This reverts commit f43ecb28537f224316be099488787335149b0f4f.
Reason for revert: failing when using a secondary toolchain which
uses a different architecture than the primary toolchain (this is
because the toolchain definitions are evaluated in the primary
toolchain, thus `current_cpu` == `target_cpu`).
Original change's description:
> Reland "Exposes that the dSYM bundle contains relocation information"
>
> This is a reland of commit 6739edea3b867e783cfdef497beb73aba4060469
>
> The original CL was reverted because the path to the relocation yml
> file was incorrect in the outputs of the linker command as the file
> includes the extension of the generated binary (e.g. $foo.so.yml)
> but it was missing.
>
> This version correctly uses "{{output_extension}}" to include the
> output extension if necessary when generating the list of outputs.
>
> Original change's description:
> > [apple] Exposes that the dSYM bundle contains relocation information
> >
> > The structure of a dSYM bundle is the following:
> >
> > $target.dSYM/
> > Contents/
> > Info.plist
> > Resources/
> > DWARF/
> > $target
> > Relocations/
> > $arch/
> > $target.yml
> >
> > Update the toolchain and build rules to list the missing Relocations.
> >
> > Bug: none
> > Change-Id: Ie4318253a1c7be6c2d235c8c92d76d014b6d8716
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7003395
> > Reviewed-by: Mark Mentovai <mark@chromium.org>
> > Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
> > Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
> > Cr-Commit-Position: refs/heads/main@{#1526227}
>
> Bug: none
> Change-Id: Ie8e9608a18ada2aa14e387bc96cb22d08ad99435
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7014513
> Commit-Queue: Mark Mentovai <mark@chromium.org>
> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
> Reviewed-by: Mark Mentovai <mark@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1526307}
Bug: none
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Ief6098cca4f044e254b97c87005e152784df86a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7013215
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1526331}
NOKEYCHECK=True
GitOrigin-RevId: 0b48c7e0d3c8ea5ec8bae0f7b22254fbf10ab040
1 file changed