This is an archive of the discontinued LLVM Phabricator instance.

[LLD] [COFF] Allow automatic dllimport from gnu import libraries
ClosedPublic

Authored by mstorsjo on Sep 21 2018, 3:05 PM.

Details

Summary

Don't assume that the IAT chunk will be a DefinedImportData, it can just as well be a DefinedRegular for gnu import libraries.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Sep 21 2018, 3:05 PM
ruiu accepted this revision.Sep 25 2018, 2:42 PM

LGTM

This revision is now accepted and ready to land.Sep 25 2018, 2:42 PM
This revision was automatically updated to reflect the committed changes.