llvm-6502/tools/gccld
Chris Lattner f394213021 1. Do not use .c_str() to keep a persistent handle on a temporary string.
2. Concatenate -lfoo and -L/bar options into a single option instead of
   passing "-L /bar" (for example) which doesn't work on Darwin.
3. Send -v output to stderr instead of stdout


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23404 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-23 06:05:46 +00:00
..
gccld.cpp Pass -export-dynamic to gcc when compiling with -native and the link is 2005-08-02 22:07:38 +00:00
gccld.h Pass -export-dynamic to gcc when compiling with -native and the link is 2005-08-02 22:07:38 +00:00
GenerateCode.cpp 1. Do not use .c_str() to keep a persistent handle on a temporary string. 2005-09-23 06:05:46 +00:00
Makefile There are still uses for spaces in Makefiles -- to make text line up together, 2005-04-24 17:43:41 +00:00