Make gccld copy the llvm-stub program to be the execution wrapper for
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 00:53:57 +0000 (00:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jun 2004 00:53:57 +0000 (00:53 +0000)
commit681692da43091e71ccb857c1c1b2e3441100a9fe
treecee57b0e6ae3e5aff55cfb9031de81b0ef1c94a8
parent5bfac5d2edac78a0c0f91e751dc0c173158a4829
Make gccld copy the llvm-stub program to be the execution wrapper for
bytecode files on win32 systems.  We keep the shell script on unix systems
because it is much more transparent for the users and supports -load
options.

This allows llvmgcc work correctly on win32 systems without the -native or
-native-cbe options.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13946 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp