Brian Gaeke e99247512f 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.)

llvm-svn: 13414
2004-05-07 21:47:36 +00:00
..
2004-04-12 05:38:01 +00:00
2004-03-16 21:47:20 +00:00
2004-04-21 16:11:40 +00:00
2004-04-02 05:06:57 +00:00
2004-01-05 05:28:15 +00:00