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

2011-12-10 Thread Marc Lehmann
On Sat, Dec 10, 2011 at 10:14:52PM +0100, Sylvestre Ledru wrote: > Ping ? > Could you provide a way to regenerate this script ? Oh, many times sorry, I completely forgot you :( Take any bitcode object file (e.g. http://data.plan9.de/xx.bc) and link it with llvm-ld-2.9: llvm-ld-2.9 -o xx xx.

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

2011-12-10 Thread Sylvestre Ledru
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

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

2011-11-26 Thread Sylvestre Ledru
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 >

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

2011-11-25 Thread Marc Lehmann
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}