[PATCH] D50917: [LLD] [COFF] Support MinGW automatic dllimport of data

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 23:49:04 PDT 2018


mstorsjo updated this revision to Diff 162618.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.

Updated according to @ruiu's comments. I also updated the patch summary (the first three paragraphs are updated/rewritten) to introduce the feature a little better.


https://reviews.llvm.org/D50917

Files:
  COFF/Chunks.cpp
  COFF/Chunks.h
  COFF/Driver.cpp
  COFF/SymbolTable.cpp
  COFF/SymbolTable.h
  COFF/Symbols.cpp
  COFF/Symbols.h
  COFF/Writer.cpp
  test/COFF/autoimport-arm-code.s
  test/COFF/autoimport-arm-data.s
  test/COFF/autoimport-arm64-code.s
  test/COFF/autoimport-arm64-data.s
  test/COFF/autoimport-list-ptrs.s
  test/COFF/autoimport-x86.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50917.162618.patch
Type: text/x-patch
Size: 23510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/171cd1c9/attachment.bin>


More information about the llvm-commits mailing list