1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/tools/gccld
Chris Lattner 1789413bac 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.

llvm-svn: 13946
2004-06-02 00:53:57 +00:00
..
gccld.cpp Make gccld copy the llvm-stub program to be the execution wrapper for 2004-06-02 00:53:57 +00:00
gccld.h Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us 2004-06-02 00:22:24 +00:00
GenerateCode.cpp Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us 2004-06-02 00:22:24 +00:00
Linker.cpp Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us 2004-06-02 00:22:24 +00:00
Makefile Give gccld more guts 2003-11-09 19:55:09 +00:00