Luís Marques
2008-Sep-17 23:14 UTC
[LLVMdev] link bytecode files into a native executable with debug info
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
Luís Marques
2008-Oct-08 16:08 UTC
[LLVMdev] link bytecode files into a native executable with debug info
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