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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 13:41:37 PDT 2017


mstorsjo added a comment.

Just an additional comment (hope it doesn't delay adding this tool); this functionality is available in lib.exe in the MSVC universe, and via "link.exe -lib" (which iirc is what lib.exe calls). Is it possible to hook this up into lld later as well, in case most of the actual functionality is in libs and not in the dlltool frontend? That at least seems to be the case, so that's good. (I guess I can try to do that myself once the rest of this has landed as well.)


Repository:
  rL LLVM

https://reviews.llvm.org/D29892





More information about the llvm-commits mailing list