Don't assume that the IAT chunk will be a DefinedImportData, it can just as well be a DefinedRegular for gnu import libraries.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D52381
[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 Event TimelineThis revision is now accepted and ready to land.Sep 25 2018, 2:42 PM Closed by commit rL343069: [COFF] Allow automatic dllimport from gnu import libraries (authored by mstorsjo). · Explain WhySep 25 2018, 11:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166566 COFF/Chunks.cpp
COFF/SymbolTable.cpp
COFF/Symbols.h
test/COFF/Inputs/gnu-implib-data.s
test/COFF/autoimport-gnu-implib.s
|