[PATCH] D66367: [LLD] [COFF] Require an explicit -implib option for creating implibs in mingw mode
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 03:16:39 PDT 2019
mstorsjo marked an inline comment as done.
mstorsjo added inline comments.
================
Comment at: COFF/Driver.cpp:1862
assignExportOrdinals();
}
----------------
Committed this with a minor twek here; we still need to run fixupExports and assignExportOrdinals, even if we aren't writing the import library.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66367/new/
https://reviews.llvm.org/D66367
More information about the llvm-commits
mailing list