[PATCH] D37761: [LLD] [MinGW] Support creating DLLs with a def file
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 12 13:36:59 PDT 2017
ruiu added a comment.
I wonder if MSVC link.exe automatically detects .def files as well. If so, we need to implement the same feature to COFF instead of tweaking the MinGW driver.
https://reviews.llvm.org/D37761
More information about the llvm-commits
mailing list