[PATCH] D84465: [llvm-lib] Support adding short import library objects with llvm-lib

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 03:15:01 PDT 2020


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp:197
     llvm::errs() << MB.getBufferIdentifier()
                  << ": not a COFF object, bitcode, archive or resource file\n";
     exit(1);
----------------
nit: maybe "import library" should be added to this message now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84465/new/

https://reviews.llvm.org/D84465





More information about the llvm-commits mailing list