[all-commits] [llvm/llvm-project] 395ec4: [llvm-lib] 'llvm-lib' currently cannot generate an...
vadikp-intel via All-commits
all-commits at lists.llvm.org
Wed Mar 1 20:37:10 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 395ec4458fb7fc700551f7017c0a395d68c55873
https://github.com/llvm/llvm-project/commit/395ec4458fb7fc700551f7017c0a395d68c55873
Author: Vadim Paretsky (Intel Americas Inc) <b-vadipa at microsoft.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
M llvm/lib/ToolDrivers/llvm-lib/Options.td
M llvm/test/tools/llvm-lib/implibs.test
Log Message:
-----------
[llvm-lib] 'llvm-lib' currently cannot generate an import library from a Windows
.def file, functionality supported by 'lib'. This incompatibility is
breaking clang based Windows openmp builds. This revision adds
basic support for this feature to llvm-lib by cloning the corresponding
code from 'dlltool'.
Differential Revision:https://reviews.llvm.org/D144765
More information about the All-commits
mailing list