[LLVMdev] link bytecode files into a native executable with debug info

Luís Marques luismarques at gmail.com
Wed Oct 8 09:08:28 PDT 2008


Hello again,

Just to inform, with the latest svn this now works, and debug info is
available on the native binary.

Thanks for the kind soul who took care of this, assuming it wasn't my
fault to start with.

--
Luís

On Thu, Sep 18, 2008 at 12:14 AM, Luís Marques <luismarques at gmail.com> wrote:
>
> Hello,
>
> If you have one or more bytecode files with debug info, how do you
> generate a native executable still with debug info?
> I tried, for instance, this:
>
> llvm-ld -native -disable-opt -o exec file1.bc file2.bc
>
> but it doesn't seem to work.
>
> Thanks,
> Luís




More information about the llvm-dev mailing list