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
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]