[PATCH] D104530: [LLD] [COFF] Support linking directly against DLLs in MinGW mode
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 17:42:51 PDT 2021
thakis added inline comments.
================
Comment at: lld/COFF/InputFiles.h:398
+// .dll file.
+class DLLFile : public InputFile {
----------------
Can you say "MinGW only" in the comment?
================
Comment at: lld/COFF/Symbols.h:314
+class LazyDLLSymbol : public Symbol {
+public:
----------------
Likewise
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