[PATCH] D144765: [llvm-lib] Add basic support for generating a Windows import library from a .def file.
Vadim Paretsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 16:04:12 PST 2023
vadikp-intel created this revision.
vadikp-intel added reviewers: natgla, mstorsjo.
vadikp-intel added projects: All, LLVM.
Herald added a subscriber: hiraditya.
vadikp-intel requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
'llvm-lib' cannot currently generate an import library from a Windows .def file, functionality supported by 'lib'. This incompatibility is currently breaking clang based Windows openmp builds. This revision adds basic support for this feature to llvm-lib by cloning the corresponding code from dlltool.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144765
Files:
llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
llvm/lib/ToolDrivers/llvm-lib/Options.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144765.500321.patch
Type: text/x-patch
Size: 4532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230225/d8ebc5c0/attachment.bin>
More information about the llvm-commits
mailing list