[PATCH] D29892: ar: add llvm-dlltool support

Martell Malone via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 08:45:33 PDT 2017


martell updated this revision to Diff 98637.
martell added a comment.
Herald added a subscriber: inglorion.

light update to take https://reviews.llvm.org/D32689 into account.

note:
also seems `llvm-readobj` can't read weak externals
will have to add support on top of the short import libs support I done previously.


Repository:
  rL LLVM

https://reviews.llvm.org/D29892

Files:
  include/llvm/DlltoolDriver/DlltoolDriver.h
  include/llvm/Object/COFFImportFile.h
  include/llvm/Object/COFFModuleDefinition.h
  lib/CMakeLists.txt
  lib/DlltoolDriver/CMakeLists.txt
  lib/DlltoolDriver/DlltoolDriver.cpp
  lib/DlltoolDriver/LLVMBuild.txt
  lib/DlltoolDriver/Options.td
  lib/Object/ArchiveWriter.cpp
  lib/Object/COFFImportFile.cpp
  lib/Object/COFFModuleDefinition.cpp
  test/DllTool/coff-exports.def
  test/DllTool/lit.local.cfg
  tools/llvm-ar/CMakeLists.txt
  tools/llvm-ar/llvm-ar.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29892.98637.patch
Type: text/x-patch
Size: 18650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170511/b2dc94fb/attachment.bin>


More information about the llvm-commits mailing list