Allow the user to set the LLVMINTERP environment variable as a workaround, for
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 7 May 2004 21:47:36 +0000 (21:47 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 7 May 2004 21:47:36 +0000 (21:47 +0000)
commit7532e34537de56cc42512085abb77ad84c8a42a6
tree18d4f8d3157719d1b29f344761f34eb37093b820
parente302a7eb433b43434e021b90c477fdd281c2ccd5
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
tools/gccld/gccld.cpp