llvm-6502/tools/gccld
Brian Gaeke 7532e34537 Allow the user to set the LLVMINTERP environment variable as a workaround, for
when they have to run a gccld shell script without having lli in their path.
This is intended to address Bug 289.

Also, emit the traditional syntax ${1+"$@"} for passing all of a shell script's
args to a subprocess. If you have arguments that have spaces in them, $* will
not preserve the quoting (i.e., the quoted string "foo bar" as an argument will
end up as two arguments "foo" "bar" to lli.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13414 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-07 21:47:36 +00:00
..
gccld.cpp Allow the user to set the LLVMINTERP environment variable as a workaround, for 2004-05-07 21:47:36 +00:00
gccld.h Add a new gccld -native-cbe option which causes gccld to generate native code 2004-04-06 16:43:13 +00:00
GenerateCode.cpp Add a couple more IPO's 2004-04-12 05:38:15 +00:00
Linker.cpp Don't use invalid HTML in a doxygen comment. 2004-04-15 15:23:45 +00:00
Makefile Give gccld more guts 2003-11-09 19:55:09 +00:00