[PATCH] D37710: [LLD] [MinGW] Pass the undecorated entry point name to the COFF linker

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 14:10:50 PDT 2017


ruiu added a comment.

lld COFF linker also does a trick for the leading underscore, so you may not need to handle that in the shim driver. Can't you link your program without line 131-133?


https://reviews.llvm.org/D37710





More information about the llvm-commits mailing list