This is an archive of the discontinued LLVM Phabricator instance.

[lld-macho] Fix segfault when handling LTO + object file weak defs
ClosedPublic

Authored by int3 on Jul 22 2022, 11:11 PM.

Details

Summary

which occurs when there are EH frames present in the object file's weak
def.

Diff Detail

Event Timeline

int3 created this revision.Jul 22 2022, 11:11 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 22 2022, 11:11 PM
int3 requested review of this revision.Jul 22 2022, 11:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2022, 11:11 PM
abrachet accepted this revision.Jul 22 2022, 11:19 PM

Thanks

This revision is now accepted and ready to land.Jul 22 2022, 11:19 PM