This is an archive of the discontinued LLVM Phabricator instance.

[LLD][ELF][AArch64] Update test with incorrect REQUIRES line [NFC]
ClosedPublic

Authored by peter.smith on Jan 21 2022, 8:30 AM.

Details

Summary

D54759 introduced aarch64-combined-dynrel.s and aarch64-combined-dynrel-ifunc.s . Unfortunately the requires line at the top was AArch64 instead of aarch64 which means they were never run. Update the tests to use aarch64 and fix to match current lld output.

Diff Detail

Event Timeline

peter.smith created this revision.Jan 21 2022, 8:30 AM
MaskRay accepted this revision.Jan 21 2022, 9:45 AM

LGTM.

This revision is now accepted and ready to land.Jan 21 2022, 9:45 AM
ikudrin accepted this revision.Jan 23 2022, 9:07 PM

LGTM. Thanks!

Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2022, 2:07 AM