This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Add R_AARCH64_PREL16/32/64 relocations support
ClosedPublic

Authored by yavtuk on Mar 23 2022, 12:22 AM.

Diff Detail

Event Timeline

yavtuk created this revision.Mar 23 2022, 12:22 AM
Herald added a reviewer: Amir. · View Herald Transcript
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
yavtuk requested review of this revision.Mar 23 2022, 12:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 12:22 AM
yavtuk retitled this revision from [BOLT] Added R_AARCH64_PREL64 relocation to [BOLT] Added R_AARCH64_PREL16/32/64 relocations support.Mar 30 2022, 3:08 AM
yavtuk updated this revision to Diff 419089.Mar 30 2022, 3:18 AM
yavtuk updated this revision to Diff 419416.Mar 31 2022, 6:10 AM
yavtuk updated this revision to Diff 419422.Mar 31 2022, 6:21 AM
yavtuk set the repository for this revision to rG LLVM Github Monorepo.
yota9 retitled this revision from [BOLT] Added R_AARCH64_PREL16/32/64 relocations support to [BOLT] Add R_AARCH64_PREL16/32/64 relocations support.Mar 31 2022, 6:25 AM
yota9 added a reviewer: lhames.
yota9 accepted this revision.Mar 31 2022, 6:26 AM

LGTM

This revision is now accepted and ready to land.Mar 31 2022, 6:26 AM

Looks good, thanks! Next time, could you submit the diff with full context? It says "context not available" when we try to browse the changes.

Oh, now I can see the context. Something weird happening with my UI.

Hi folks, do you have any updates or notes?

rafauler accepted this revision.Apr 8 2022, 5:56 PM

No, this is good to go.

the latest CI stats:


Timed Out Tests (5):

MLIR :: Examples/standalone/test.toy
libFuzzer :: fuzzer-leak.test
libFuzzer :: large.test
libFuzzer :: out-of-process-fuzz.test
libFuzzer :: value-profile-load.test

I think this is not related to current patch

This revision was landed with ongoing or failed builds.Apr 21 2022, 3:54 AM
This revision was automatically updated to reflect the committed changes.
Amir added a comment.Apr 21 2022, 8:10 PM

The test is broken on aarch64 ubuntu buildbot: http://157.230.108.44:8011/#/builders/51/builds/582

@Amir thanks, I'll try to fix it as soon as possiblе