[PATCH] D52381: [LLD] [COFF] Allow automatic dllimport from gnu import libraries

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 15:06:03 PDT 2018


mstorsjo created this revision.
mstorsjo added reviewers: ruiu, rnk.

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


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52381

Files:
  COFF/Chunks.cpp
  COFF/SymbolTable.cpp
  COFF/Symbols.h
  test/COFF/Inputs/gnu-implib-data.s
  test/COFF/autoimport-gnu-implib.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52381.166566.patch
Type: text/x-patch
Size: 5767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180921/8e20a105/attachment.bin>


More information about the llvm-commits mailing list