[PATCH] D104530: [LLD] [COFF] Support linking directly against DLLs in MinGW mode
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 20 13:58:26 PDT 2021
mstorsjo added inline comments.
================
Comment at: lld/COFF/InputFiles.h:398
+// .dll file.
+class DLLFile : public InputFile {
----------------
thakis wrote:
> Can you say "MinGW only" in the comment?
Sure thing, done (for both instances) in e0e09481eef2602f14523e30a612e7c9fc941936.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104530/new/
https://reviews.llvm.org/D104530
More information about the llvm-commits
mailing list