[lld] [LLD] [COFF] Fix implicit DLL entry point for MinGW (PR #171680)

Mateusz MikuĊ‚a via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 17 07:29:58 PST 2025


================
@@ -1489,6 +1489,14 @@ getVFS(COFFLinkerContext &ctx, const opt::InputArgList &args) {
   return nullptr;
 }
 
+StringRef DllDefaultEntryPoint(MachineTypes machine, bool mingw) {
----------------
mati865 wrote:

Ah, good catch. I had forgotten that functions in C(++) are global by default.

https://github.com/llvm/llvm-project/pull/171680


More information about the llvm-commits mailing list