This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][COFF] Use DLLImportDefinitionGenerator for creating PLT stubs.
ClosedPublic

Authored by sunho on Aug 23 2022, 8:05 PM.

Details

Summary

Uses DLLImportDefinitionGenerator for creating PLT stubs. It removes previous approach for dllimport stub creation which can't deal with jump thunks.

Diff Detail

Event Timeline

sunho created this revision.Aug 23 2022, 8:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 8:05 PM
sunho requested review of this revision.Aug 23 2022, 8:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 8:05 PM
lhames accepted this revision.Aug 23 2022, 9:09 PM

LGTM. Thanks @sunho.

This revision is now accepted and ready to land.Aug 23 2022, 9:09 PM
This revision was landed with ongoing or failed builds.Sep 9 2022, 11:27 PM
This revision was automatically updated to reflect the committed changes.