This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][ELF/AARCH64][NFC] Add testcases for gpr R_AARCH64_LDST*_ABS_LO12_NC
AbandonedPublic

Authored by sunho on May 29 2022, 11:53 PM.

Details

Reviewers
lhames
sgraenitz
Summary

Add jitlink-check test cases for R_AARCH64_LDST*_ABS_LO12_NC relocation types.

Diff Detail

Unit TestsFailed

Event Timeline

sunho created this revision.May 29 2022, 11:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 11:53 PM
sunho requested review of this revision.May 29 2022, 11:53 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2022, 11:53 PM

If it's not too much effort, can we add this to the review for the implementation in D126630? Thanks