This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Use full input file name in invalid relocation error message
ClosedPublic

Authored by int3 on Feb 19 2021, 12:16 PM.

Details

Summary

Just something I noticed while debugging arm relocations...

Diff Detail

Event Timeline

int3 created this revision.Feb 19 2021, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2021, 12:16 PM
int3 requested review of this revision.Feb 19 2021, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2021, 12:16 PM
int3 updated this revision to Diff 325113.Feb 19 2021, 4:33 PM

fix test

thakis accepted this revision.Feb 23 2021, 7:01 AM
thakis added a subscriber: thakis.

More use of toString() is always good :)

This revision is now accepted and ready to land.Feb 23 2021, 7:01 AM