Bug#650065: llvm-2.9: llvm-ld-2.9 generates broken wrapper scripts

Sylvestre Ledru sylvestre at debian.org
Sat Dec 10 21:14:52 UTC 2011


Le samedi 26 novembre 2011 à 06:36 +0100, Marc Lehmann a écrit :
> Package: llvm-2.9
> Version: 2.9+dfsg-4
> Severity: normal
> 
> 
> 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+"$@"}
> 
> However, lli is not part of the llvm-2.9-runtime package, but lli-2.9 is -
> I think the wrapper should default to lli-2.9, not lli.
Ping ?
Could you provide a way to regenerate this script ?

S







More information about the Pkg-llvm-team mailing list