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

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


martell accepted this revision.
martell added a comment.
This revision is now accepted and ready to land.

I know this was going to be an issue when I saw your other patch that had a line in the clang driver to add the underscore. :)
Technically this is incorrect but gcc and binutils do this so, for compatibility we should (same issue we had with llvm-dlltool)

LGTM.


https://reviews.llvm.org/D37710





More information about the llvm-commits mailing list