[PECOFF] Add the entry point file at the right place.
The entry point file needs to be processed after all other object files and before all .lib files. It was processed after .lib files. That caused an issue that the entry point function was not resolved from the standard library files. llvm-svn: 213804
Loading
Please sign in to comment