[PATCH] D38513: [LLD] [COFF] Add support for GNU binutils import libraries

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 01:27:54 PDT 2018


mstorsjo updated this revision to Diff 166233.
mstorsjo added a comment.

Expanded a code comment to explain what it does and why, changed a condition to use early continue as suggested.


https://reviews.llvm.org/D38513

Files:
  COFF/DLL.cpp
  COFF/DLL.h
  COFF/Writer.cpp
  test/COFF/Inputs/gnu-implib-func.s
  test/COFF/Inputs/gnu-implib-head.s
  test/COFF/Inputs/gnu-implib-tail.s
  test/COFF/imports-gnu-only.s
  test/COFF/imports-gnu.test
  test/COFF/no-idata.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38513.166233.patch
Type: text/x-patch
Size: 15304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/f76e31e8/attachment.bin>


More information about the llvm-commits mailing list