llvm-6502/tools
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
..
analyze finegrainify namespacification 2004-04-12 05:38:01 +00:00
bugpoint Use the new commandline flag to allow us to call bugpoint like this: 2004-05-06 22:05:35 +00:00
extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
gccas Move loop optimization passes up, add loop unroller 2004-04-18 05:21:01 +00:00
gccld Allow the user to set the LLVMINTERP environment variable as a workaround, for 2004-05-07 21:47:36 +00:00
llc Add a better head-of-file comment. 2004-03-16 21:47:20 +00:00
llee
lli
llvm-ar
llvm-as
llvm-db
llvm-dis
llvm-extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
llvm-link
llvm-nm Include cerrno (gcc-3.4 fix) 2004-04-21 16:11:40 +00:00
llvm-prof
opt finegrainify namespacification 2004-04-12 05:38:01 +00:00
Makefile