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





--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to