mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
e99247512f
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 |
||
---|---|---|
.. | ||
analyze | ||
bugpoint | ||
extract | ||
gccas | ||
gccld | ||
llc | ||
llee | ||
lli | ||
llvm-ar | ||
llvm-as | ||
llvm-db | ||
llvm-dis | ||
llvm-link | ||
llvm-nm | ||
llvm-prof | ||
opt | ||
Makefile |