This makes it easier to pinpoint the source of the problem.
TODO: Have more relocation error messages make use of this
functionality.
Paths
| Differential D118798
[lld-macho] Include address offsets in error messages ClosedPublic Authored by int3 on Feb 2 2022, 7:54 AM.
Details
Summary This makes it easier to pinpoint the source of the problem. TODO: Have more relocation error messages make use of this
Diff Detail
Event Timelineint3 added a parent revision: D118797: [lld-macho][nfc] Eliminate InputSection::Shared.Feb 2 2022, 7:59 AM This revision is now accepted and ready to land.Feb 7 2022, 11:10 AM This revision was landed with ongoing or failed builds.Feb 7 2022, 6:06 PM Closed by commit rG06f863ac5eb5: [lld-macho] Include address offsets in error messages (authored by int3). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 406665 lld/MachO/InputFiles.cpp
lld/MachO/InputSection.h
lld/MachO/InputSection.cpp
lld/MachO/Relocations.cpp
lld/MachO/UnwindInfoSection.cpp
lld/test/MachO/invalid/bad-got-to-dylib-tlv-reference.s
lld/test/MachO/invalid/bad-got-to-tlv-reference.s
lld/test/MachO/invalid/bad-tlv-relocation.s
lld/test/MachO/invalid/compact-unwind-bad-reloc.s
lld/test/MachO/invalid/cstring-dedup.s
|