Bug#650065: llvm-2.9: llvm-ld-2.9 generates broken wrapper scripts
Sylvestre Ledru
sylvestre at debian.org
Sat Nov 26 08:16:14 UTC 2011
Le samedi 26 novembre 2011 à 06:36 +0100, Marc Lehmann a écrit :
> When llvm-ld-2.9 is asked to link bitcode files, it normally creates
> a wrapper script as output, and a .bc file that the wrapper executes via lli.
>
> The wrapper created for an output file "x" looks like:
>
> #!/bin/sh
> lli=${LLVMINTERP-lli}
> exec $lli \
> xx.bc ${1+"$@"}
OK.
Could you provide a way to regenerate this script ?
thanks
S
More information about the Pkg-llvm-team
mailing list